Skip to main content

EmittedCitations

@forge/monorepo


@forge/monorepo / backend/src / EmittedCitations

Type Alias: EmittedCitations

EmittedCitations = object

Defined in: backend/src/citations/index.ts:113

Properties

parts

readonly parts: readonly CitationPart[]

Defined in: backend/src/citations/index.ts:114


withheld

readonly withheld: number

Defined in: backend/src/citations/index.ts:122

How many candidates were dropped for lack of access.

Reported rather than silent. A withheld citation leaves its claim looking ungrounded, and a caller that cannot tell the difference between "nothing supported this" and "you may not see what supported this" will present the two identically — so the count is here for a caller that wants to drop the claim instead.