Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/memory / / VerificationResult
Interface: VerificationResult
Defined in: packages/memory/src/consolidator/phases/induce.ts:112
Result of self-verifying a reuse against an induced procedure's criteria.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
unmet | readonly | readonly string[] | Criteria not satisfied by the observed signals. | packages/memory/src/consolidator/phases/induce.ts:116 |
verified | readonly | boolean | True only when the procedure has criteria and every one is met. | packages/memory/src/consolidator/phases/induce.ts:114 |