@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface UnclosedConnectionMetadata {
        totalClosed: number;
        totalOpened: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

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

    the number of calls closing a connection

    totalOpened: number

    the number of calls opening a connection