@eagleoutice/flowr - v2.13.15
    Preparing search index...
    interface UnusedDefinitionConfig {
        excludeExportedDefinitions: boolean;
        includeFunctionDefinitions: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    excludeExportedDefinitions: boolean

    Whether to suppress definitions that the analyzed project exports via its NAMESPACE (the package's public API). flowR cannot observe external callers, so exported names would otherwise be reported as (uncertain) false positives.

    includeFunctionDefinitions: boolean

    Whether to include (potentially anonymous) function definitions in the search (e.g., should we report uncalled anonymous functions?).