Skip to content

assertLazyRefsActivated

assertLazyRefsActivated(args): void

Defined in: packages/client/src/lazy-guard.ts:151

The activation backstop (ADR-0021): throw if a query references a lazy relation that is still not active. Called after the referenced lazy relations have been activated, so in the normal path every scanned relation is now active and this passes. It fires only when activation could not make a referenced relation active (a start that failed, or a lazy relation with no consistency group) — converting a would-be silent empty/stale read into a loud error.

LazyGuardIndex

(key) => boolean

string

void