code_tree

Returns the checked native code tree for a namespace root.

Function

Synopsis

local btech_codes = mux.error.code_tree("btech")

Arguments

string root
A native namespace root: mux, btech, or testing.

Returns

table codes
The cached checked symbol tree for the root. Repeated calls for the same root return the same table object.

Unknown roots raise mux.arg.invalid.

See Also