Primitive
audit.match
BETAShort name: match
Version: 1.0.0
Pure predicate: evaluates a matcher expression against a candidate object and returns whether it matched.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| candidate | object | true | Plain object to test against the matcher. Typically an AuditEvent. |
| matcher | object | true | Matcher expression. See SOCIALLUX_THEORY §11.6 and AGENTS.md Axis 8. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| matched | boolean | false | True if the candidate satisfies the matcher. |