Variables

ABSENCE_MARKER

Variable: ABSENCE_MARKER

const ABSENCE_MARKER: "af_absent" = 'af_absent'

Defined in: src/core/agent/coverage/absent.ts:56

The reserved key that makes an absence recognizable. Exported because tests, docs and any consumer inspecting a raw tool result match on it — and because a reserved word on the wire has to be nameable.

On this page