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)
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)