reactive_graph_model_flow/extension/
resolve_existing_instance.rs

1use crate::NAMESPACE_FLOW;
2use reactive_graph_graph::extension_ty;
3
4extension_ty!(
5    EXTENSION_FLOW_RESOLVE_EXISTING_INSTANCE,
6    NAMESPACE_FLOW,
7    EXTENSION_NAME_FLOW_RESOLVE_EXISTING_INSTANCE,
8    "resolve_existing_instance"
9);