Enumeration Members

Any: "any"

call targets a function that is defined locally or globally

MustIncludeGlobal: "must-include-global"

call targets a function that is defined locally or globally, but must include a global function

MustIncludeLocal: "must-include-local"

call targets a function that is defined locally or globally, but must include a local function

OnlyGlobal: "global"

call targets a function that is not defined locally (e.g., the call targets a library function)

OnlyLocal: "local"

call targets a function that is defined locally