Skip to content

rulvar API reference


rulvar API reference / @rulvar/plan / runCrashBetweenLinkAndRoot

Function: runCrashBetweenLinkAndRoot()

ts
function runCrashBetweenLinkAndRoot(): Promise<JournalEntry[]>;

Defined in: packages/plan/src/m9-cassettes.ts:1591

crash-between-link-and-root (DEF-5): the full-reuse scenario is cut strictly AFTER the durable node.link and BEFORE the by-ref root; the resume rolls forward: the link forward-matches, the root is re-issued, and nothing is paid twice.

Returns

Promise&lt;JournalEntry[]&gt;