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

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function