@eagleoutice/flowr - v2.11.0
    Preparing search index...
    interface PkgDbAll {
        archived?: string[];
        content: PkgDbContent;
        cranBase?: string;
        files?: string[];
        format: string;
        lists: PkgDbItem[][];
        locs?: Record<string, Record<string, PkgDbLoc>>;
        noncran?: string[];
        pkgs: Record<string, PkgDbAllEntry>;
        schema: number;
        scope: "all";
        strings: string[];
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of PkgDbAll
    Index

    Properties

    archived?: string[]
    content: PkgDbContent
    cranBase?: string
    files?: string[]

    optional file-path pool for locs

    format: string
    lists: PkgDbItem[][]
    locs?: Record<string, Record<string, PkgDbLoc>>

    optional definition locations of the latest version: pkg -> identifier -> [fileIndex, line]

    noncran?: string[]
    pkgs: Record<string, PkgDbAllEntry>
    schema: number
    scope: "all"
    strings: string[]