learn-content-engine - v0.20.0
    Preparing search index...

    Interface StableIdCoverage

    How much of the repository carries stable ids.

    interface StableIdCoverage {
        covered: number;
        total: number;
        unminted: string[];
    }
    Index
    covered: number

    Sets in which EVERY card and exercise carries a stable_id.

    total: number

    Sets the root manifest lists.

    unminted: string[]

    The set paths that are not fully minted, so a report can name them.