data-cap
    Preparing search index...

    Interface CitationSnapshotEntry

    One dynamicAccess citation's integrity snapshot -- see ManifestSnapshotCapability.citationSnapshots.

    interface CitationSnapshotEntry {
        column: number;
        file: string;
        hash: string;
        line: number;
    }

    Hierarchy (View Summary)

    Index
    column: number
    file: string
    hash: string

    Whole-file SHA-256 (hex) of the cited file's content, at the moment this citation was last confirmed to exist. An integrity signal only -- "this file hasn't visibly changed since the citation was written" -- never proof the citation's own underlying claim is semantically correct (see ADR 0053).

    line: number