Skip to main content

resolve_project_config_write_path

Function resolve_project_config_write_path 

Source
pub fn resolve_project_config_write_path(
    project_root: &Path,
    existing: Option<&FoundXbpConfig>,
) -> PathBuf
Expand description

Path to write project config updates:

  • existing discovered config path when present
  • otherwise default .xbp/xbp.toml (greenfield)