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

    options controlling where SigDatabase/SigDatabaseSet materialize decompressed caches

    interface SigDbOpenOptions {
        cacheDir?: string;
        hash?: string;
        index?: SigDbIndex;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of SigDbOpenOptions
    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)