pub fn is_present(names: &BTreeSet<String>, key: &str) -> bool
Is key among the names present returned? Case-insensitive, because git config key names are.
key
present