pub fn derive_effect_trigger_plan(
components: &[ComponentNode],
effects: &BTreeMap<SemanticId, Effect>,
analysis: &BTreeMap<SemanticId, EffectReactiveAnalysis>,
provenance: &BTreeMap<SemanticId, SourceProvenance>,
) -> EffectTriggerPlanExpand description
ยงPanics
Panics when an authored action method has no canonical source provenance.