Skip to content

Commit

Permalink
Merge pull request #38 from tinythings/isbm-func-fact
Browse files Browse the repository at this point in the history
Drop fact() function
  • Loading branch information
isbm authored Oct 29, 2024
2 parents 2e1a1c8 + cd3c049 commit 9542b71
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/modeldescr/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ they only serve to properly link its navigation.

List of currently supported functions:

``fact(value)``

Function ``fact`` can accept the following parameters:

- A type of ``String``, which is an ID of a specific fact. This would be a static call.
- An ``@`` symbol, which refers to a current fact. This would be a dynamic call.

The function will return the entire structure of fact data as it is represented in the Model. This can be
useful when a module already "understands" the structure "as is," without needing to adjust it within an
action consumer.


``claim(value)``

Expand Down

0 comments on commit 9542b71

Please sign in to comment.