Skip to main content

default_ito_root

Function default_ito_root 

Source
pub fn default_ito_root(workspace_root: &Path) -> PathBuf
Expand description

Canonical .ito/ path builders.

These helpers intentionally take a ito_path (the configured ito root directory) so callers do not duplicate .join("changes"), .join("modules"), or ad-hoc string-based path formatting.