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

    verifyShardedDatabase options: open settings plus which packages must exist and how many to spot-check

    interface VerifyOptions {
        cacheDir?: string;
        hash?: string;
        index?: SigDbIndex;
        requirePackages?: readonly string[];
        sample?: number;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of VerifyOptions
    Index

    Properties

    cacheDir?: string

    directory for the decompressed, hash-keyed cache (default: see sigDbCacheDir)

    hash?: string

    content hash to key the cache (avoids reading the source header; supplied from a manifest)

    index?: SigDbIndex

    index to use instead of a sibling .idx (supplied from a manifest so no .idx file need ship)

    requirePackages?: readonly string[]
    sample?: number