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

    What to ask for beyond the definitions themselves, see inferFunctions.

    interface FunctionPropsOptions {
        ctx?: ReadOnlyFlowrAnalyzerContext;
        maxDepth?: number;
        only?: "function" | "arguments";
    }

    Hierarchy (View Summary)

    Index

    how to ask what a built-in states, so a configured or overwritten one answers

    maxDepth?: number

    how far a value is followed back through names and calls (default DefaultDepth)

    only?: "function" | "arguments"

    infer only what the formals do, or only what the function does; both when left out