1 2 3 4 5 6 7 8 9 10 11
pub(super) fn default_file_autocomplete_respects_gitignore() -> bool { true } pub(super) fn is_false(value: &bool) -> bool { !*value } pub(super) fn default_true() -> bool { true }