Skip to main content

plan_component_instances_with_virtual_invocations

Function plan_component_instances_with_virtual_invocations 

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

Plans authored and compiler-issued virtual component edges through one instance topology. Virtual edges are admitted only by file-route lowering.