- Index
- »
- axon
- »
- func:funcs
def
func:funcs
funcs(filterExpr: null)
Find all the top-levels functions in the current project which match the given filter. If the filter is omitted then return all the functions declared in the current project. The function tags are returned.
Examples:
funcs() // all functions funcs(sparkRule) // match filter