Searched refs:is_sc (Results 1 – 1 of 1) sorted by relevance
1655 let mut is_sc = None; in from() localVariable1661 is_sc = Some(yaml_hash.get(sc_key).unwrap()); in from()1664 yaml = if let Some(sc) = is_sc { sc } else { yaml }; in from()