@eagleoutice/flowr - v2.10.1
    Preparing search index...
    Index

    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 in the script (e.g., the call targets a library function)

    OnlyLocal: "local"

    call targets a function that is defined locally