Skip to main content

storage_dir

Function storage_dir 

Source
pub fn storage_dir(configured: Option<&Path>) -> PathBuf
Expand description

Resolve the process-state storage root exactly once for every Rust entry point. The environment override is checked here so it wins over a stale plugin wire value, while both plugin-less fallback and plugin-injected paths share one root.