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

    the cached pkg::fn names, complete once every call vertex is in there

    interface QualificationCache {
        bare: Map<NodeId, Identifier | undefined>;
        baseR: Map<NodeId, Identifier | undefined>;
        complete: boolean;
    }
    Index
    bare: Map<NodeId, Identifier | undefined>
    baseR: Map<NodeId, Identifier | undefined>
    complete: boolean