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

    Type Alias CallQualifier

    CallQualifier: (
        graph: DataflowGraph,
        id: NodeId,
        vertex: DataflowGraphVertexInfo | undefined,
    ) => readonly [bare: (...) | (...), baseR: (...) | (...)]

    Resolves the pkg::fn name of the call id, without and with the base-R qualification. Passed to DataflowGraph#qualify, which caches what it returns.

    Type Declaration