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

    Interface OpenSyncFromOptions

    SigDatabase.openSyncFrom options: cache settings plus an optional precomputed hash/index/dictionary

    interface OpenSyncFromOptions {
        cacheDir?: string;
        hash?: string;
        index?: SigDbIndex;
        strings?: string[];
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

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

    strings?: string[]