Skip to main content

collect_effect_warnings

Function collect_effect_warnings 

Source
pub fn collect_effect_warnings(
    node: &CompositionNode,
    store: &(impl StageStore + ?Sized),
    cost_budget_cents: Option<u64>,
) -> Vec<EffectWarning>
Expand description

Collect effect warnings by walking the graph. cost_budget_cents — pass Some(n) to enable budget enforcement.