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

    How far a traversal got before it was cut short, so a caller can judge a truncated slice instead of having to drop it: a frontier of 0 means the queue drained after all, and a small frontier next to a large visited says little is missing.

    interface SliceProgress {
        frontier: number;
        visited: number;
    }
    Index
    frontier: number

    entries still queued when it stopped

    visited: number

    queue entries the traversal expanded