Skip to main content

derive_effect_trigger_plan

Function derive_effect_trigger_plan 

Source
pub fn derive_effect_trigger_plan(
    components: &[ComponentNode],
    effects: &BTreeMap<SemanticId, Effect>,
    analysis: &BTreeMap<SemanticId, EffectReactiveAnalysis>,
    provenance: &BTreeMap<SemanticId, SourceProvenance>,
) -> EffectTriggerPlan
Expand description

ยงPanics

Panics when an authored action method has no canonical source provenance.