pub fn extend_dict_with_offers<C: ComponentInstanceInterface + 'static>(
component: &Arc<C>,
child_component_output_dictionary_routers: &HashMap<ChildName, Router<Dict>>,
component_input: &ComponentInput,
dynamic_offers: &Vec<OfferDecl>,
program_output_dict: &Dict,
framework_dict: &Dict,
capability_sourced_capabilities_dict: &Dict,
target_input: &ComponentInput,
error_reporter: impl ErrorReporter,
)
Expand description
Extends the given dict based on offer declarations. All offer declarations in offers
are
assumed to target target_dict
.