Function: verify()
August 8, 2026 ยท View on GitHub
@plures/praxis / index / verify
Function: verify()
verify(
registry,expectations):VerificationReport
Defined in: src/expectations/expectations.ts:146
Verify expectations against a rule registry.
Walks the rule graph to determine if expectations are satisfied, violated, or unverifiable given the registered rules and contracts.
Parameters
registry
The verifiable registry containing rules and constraints
expectations
The expectation set to verify against the registry
Returns
A VerificationReport with per-expectation status and an overall summary