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
| Parameter | Type |
|---|---|
store | JournalStore |
runId | string |
Returns
Promise<RunStateAudit>