Skip to content

Commit a70d40b

Browse files
committed
docs: add udf uast_children to the documentation
Signed-off-by: Manuel Carmona <[email protected]>
1 parent 688aee4 commit a70d40b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/using-gitbase/functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ To make some common tasks easier for the user, there are some functions to inter
1212
|uast(blob, [lang, [xpath]])json_blob| returns an array of UAST nodes as blobs in semantic mode |
1313
|uast_mode(mode, blob, lang)json_blob| returns an array of UAST nodes as blobs specifying its language and mode (semantic, annotated or native) |
1414
|uast_xpath(json_blob, xpath)| performs an XPath query over the given UAST nodes |
15-
|uast_extract(json_blob, key)| extracts information identified by the given key from the uast nodes |
15+
|uast_extract(json_blob, key)| extracts information identified by the given key from the uast nodes |
16+
|uast_children(json_blob)| returns a flattened array of the children UAST nodes from each one of the UAST nodes in the given array |
1617

1718
## Standard functions
1819

0 commit comments

Comments
 (0)