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

    A call that hands its arguments a data mask, with the names in that mask the caller binds itself. Those mean the column as much as the binding, so Nse.linkMasksToData links them to the data too.

    interface MaskingCall {
        bound: readonly NodeId[];
        id: NodeId;
    }
    Index
    bound: readonly NodeId[]
    id: NodeId