MCPcopy Create free account
hub / github.com/Roy3838/Observer / config_path

Method config_path

cli/src/config.rs:94–96  ·  view source on GitHub ↗

Get the config file path

()

Source from the content-addressed store, hash-verified

92
93 /// Get the config file path
94 fn config_path() -> Option<PathBuf> {
95 Self::config_dir().map(|p| p.join("config.toml"))
96 }
97
98 /// Load config from file, or return default if not found
99 pub fn load() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected