def

func:func

func(name, checked: true)

Find a top-level function by name or by reference and return its tags. If not found throw exception or return null based on checked flag.

Example:

func("readAll")
func(readAll)

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function