Skip to main content

collect_component_refs

Function collect_component_refs 

Source
fn collect_component_refs(
    value: &Value,
    reachable_schemas: &mut BTreeSet<String>,
    pending_schemas: &mut VecDeque<String>,
    reachable_responses: &mut BTreeSet<String>,
    pending_responses: &mut VecDeque<String>,
)