jax-js-nonconsuming (Fork)
    Preparing search index...

    A single entry from checkLeaks.snapshot.

    interface SnapshotEntry {
        desc: string;
        lastRef: string | null;
        location: string;
        pkg: string | null;
        rc: number;
    }

    Properties

    desc: string

    Array description (dtype, shape).

    lastRef: string | null

    Last .ref call site (only when trackRefs enabled).

    location: string

    Creation location (workspace-relative path).

    pkg: string | null

    Package name, or null for user code.

    rc: number

    Current reference count.