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

    Which information to store in a bundle (default: everything). Turning a feature off shrinks the database -- e.g. an exports-and-dependencies-only bundle omits the (largest) call graphs and signatures. The export view (exported/internal/deprecated) is always available.

    interface SigDbFeatures {
        callGraphs?: boolean;
        dependencies?: boolean;
        locations?: boolean;
        signatures?: boolean;
    }
    Index

    Properties

    callGraphs?: boolean

    per-function call graphs (named callees) -- default true

    dependencies?: boolean

    per-version declared dependencies -- default true

    locations?: boolean

    definition locations (file + line) -- default true

    signatures?: boolean

    parameter lists (names, forced/optional, defaults) -- default true