Function resolve_or_keep

Source
fn resolve_or_keep(
    full: &str,
    name: &str,
    env: &BTreeMap<String, Option<String>>,
) -> String