@eagleoutice/flowr - v2.13.14
    Preparing search index...

    The one place to ask what flowR's built-ins are: every pure function, every call that reads a file, every parameter that names a resource, everything the value solver can fold. Each answer is derived from the BuiltInFnInfo the definitions carry, so a built-in that states its CallProp bits and its FnSig is found here without anything else being registered.

    Build one over the DefaultBuiltinConfig with BuiltInIndex.default (computed once and shared), over your own definitions with BuiltInIndex.of, or over the built-ins an analysis actually registered with BuiltInIndex.ofEnvironment, which reflects configured overrides. For a single name (where a definition in the analyzed code shadows the built-in) use queryFnProps instead.

    Index
    entries: readonly BuiltInEntry[]
    • Every built-in whose props carry every bit of props, for the questions a single bit cannot answer, like FileInputProps for the calls that read a file rather than only write one.

      Parameters

      • props: number

      Returns readonly Identifier[]