Skip to main content

plan_component_instances

Function plan_component_instances 

Source
pub fn plan_component_instances(
    components: &[ComponentNode],
    invocations: &BTreeMap<ComponentInvocationId, ComponentInvocationEntity>,
    template_entities: &[TemplateSemanticEntity],
    provenance: &BTreeMap<SemanticId, SourceProvenance>,
) -> ComponentInstancePlan
Expand description

Plan the finite statically reachable component instance topology.