pub fn default_state_root() -> Result<PathBuf, ConfigError>Expand description
Return the default codex-ws state root.
§Returns
The .codex-ws directory under the real user home directory.
§Errors
Returns ConfigError::MissingHomeDirectory when the OS does not expose a home directory.