Skip to main content

build_graph_without_triggers

Function build_graph_without_triggers 

Source
pub fn build_graph_without_triggers(
    program: &Program,
) -> Result<PatchGraph, BuildError>
Expand description

Convert Program (AST) to PatchGraph without auto-inserting triggers.

gen~ executes synchronously per-sample, so triggers are unnecessary. The trigger object does not exist in the gen~ domain — inserting one would produce an invalid patch.