Skip to content

Commit

Permalink
docs: describe getAllAsMap in the Parser docs (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x authored Feb 14, 2024
1 parent 77d13c6 commit 60de168
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/expressions/parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ The parser contains the following functions:
- `get(name)`
Retrieve a variable or function from the parser's scope.
- `getAll()`
Retrieve a map with all defined a variables from the parser's scope.
Retrieve an object with all defined variables in the parser's scope.
- `getAllAsMap()`
Retrieve a map with all defined variables in the parser's scope.
- `remove(name)`
Remove a variable or function from the parser's scope.
- `set(name, value)`
Expand Down

0 comments on commit 60de168

Please sign in to comment.