data-cap
    Preparing search index...

    Function buildCitationSnapshots

    • Computes this run's citation snapshots -- one CitationSnapshotEntry per currently-declared citation that resolves to a real, readable file under root. A capability with no declared citations at all is simply absent from the returned map (never an empty-object placeholder).

      Parameters

      Returns Promise<
          ReadonlyMap<
              string,
              Readonly<Record<string, readonly CitationSnapshotEntry[]>>,
          >,
      >