Actio
API ReferenceFunctions

seedOrigins

function seedOrigins(ctx): void;

Defined in: packages/core/src/ir.ts:176

Pin origins for every original job, step and fragment step before any pass mutates the model. Origins are keyed by object identity, so once seeded they survive the index shifts that passes cause (splicing, fan-out, reordering) — a step that moves keeps pointing at its true source location. Idempotent.

Parameters

ctx

ParseContext

Returns

void

On this page