Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / auditRun

Function: auditRun()

ts
function auditRun(store, runId): Promise<RunStateAudit>;

Defined in: packages/core/dist/index.d.ts

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;