Skip to main content

is_present

Function is_present 

Source
pub fn is_present(names: &BTreeSet<String>, key: &str) -> bool
Expand description

Is key among the names present returned? Case-insensitive, because git config key names are.