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

    How a function treats its parameters: R hands arguments over as promises, so a parameter is strict when calling the function is enough to force it.

    interface FunctionStrictness {
        parameters: Record<NodeId, Ternary>;
        strict: Ternary;
    }
    Index
    parameters: Record<NodeId, Ternary>

    the same per parameter, keyed by the id of the parameter's name

    strict: Ternary

    whether every parameter is forced