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

    one shard produced by SigDbBuilder.buildSharded: blobs referencing the shared dictionary

    interface SigShard {
        blobs: PkgBlob[];
        core?: CorePolicy;
        functions: number;
        hash: string;
        id: string;
        pkgs: Record<string, number>;
        shard?: SigDbShard;
        tier: SigDbTier;
        topN?: number;
        versions: number;
    }
    Index

    Properties

    blobs: PkgBlob[]
    core?: CorePolicy
    functions: number
    hash: string

    hash over this shard's blobs + pkgs (the dictionary is hashed separately)

    id: string
    pkgs: Record<string, number>
    shard?: SigDbShard
    tier: SigDbTier
    topN?: number
    versions: number