Skip to content

Rulvar API reference


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

ParameterType
storeJournalStore
runIdstring

Returns

Promise&lt;RunStateAudit&gt;