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>,
) -> ComponentInstancePlanExpand description
Plans authored and compiler-issued virtual component edges through one instance topology. Virtual edges are admitted only by file-route lowering.