Functions
readCoverageResult
Function: readCoverageResult()
readCoverageResult(
value):CoverageReading|undefined
Defined in: src/core/agent/coverage/read.ts:60
Read one finalized tool result for coverage declarations.
The two shapes compose: coverage(absent({…}), {…}) is a search that found
nothing AND a boundary around the search, so both are declared and the
delivered status is still 'absent' — the ledger bounds the answer, it
does not change what the answer was.
Parameters
value
unknown
Returns
CoverageReading | undefined
