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

    one package's mutable surviving set for the arc-consistency pass

    interface ArcEntry {
        key: string;
        name: string;
        src: PackageSignatureSource | undefined;
        survivors: readonly TimelineEntry[];
    }
    Index

    Properties

    Properties

    key: string

    the sigdb package its versions are drawn from (see timelinePackageKey)

    name: string
    src: PackageSignatureSource | undefined
    survivors: readonly TimelineEntry[]