pub fn load_config_store_from(
explicit_path: Option<&Path>,
xdg_config_home: Option<&str>,
home: Option<&str>,
appdata: Option<&str>,
is_windows: bool,
) -> Result<LoadedConfigStore, ConfigStoreError>Expand description
Load the path-aware TOML config store using injected path-discovery inputs so every resolution branch stays unit-testable without mutating process-global environment variables.