Skip to content

Commit 754265d

Browse files
committed
docs: add udf uast_extract to the documentation
Signed-off-by: Manuel Carmona <[email protected]>
1 parent f26168c commit 754265d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/using-gitbase/functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ 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 |
1516

1617
## Standard functions
1718

0 commit comments

Comments
 (0)