Rulvar API reference / @rulvar/core / auditRun
Function: auditRun()
ts
function auditRun(store, runId): Promise<RunStateAudit>;Defined in: packages/core/src/stores/reconcile.ts:898
Audits one run: loads the meta row and the journal, derives the state the journal supports, and names the divergence. Read only.
Parameters
| Parameter | Type |
|---|---|
store | JournalStore |
runId | string |
Returns
Promise<RunStateAudit>