Skip to main content

list_extension_names

Function list_extension_names 

Source
pub fn list_extension_names(cwd: &Path) -> BTreeSet<String>
Expand description

Discover extension names from any source — local/global/system git config plus .lfsconfig. We deliberately enumerate from raw config (rather than get_effective) because we want to find names declared only in .lfsconfig too; the per-key resolution still goes through get_effective so the safe-key filter is honored.