@eagleoutice/flowr - v2.15.8
    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 the index knows, one entry per namespace and name