@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface UnusedImportMetadata {
        totalConsidered: number;
        totalMultiPackage: number;
        totalUnresolved: number;
        totalUnused: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    totalConsidered: number

    attaching calls the rule looked at

    totalMultiPackage: number

    skipped because one call attaches several packages at once

    totalUnresolved: number

    skipped because the database could not resolve the package the call names

    totalUnused: number

    the attaches reported as unused