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

Method config_dir

cli/src/config.rs:89–91  ·  view source on GitHub ↗

Get the config directory path (~/.config/observe/)

()

Source from the content-addressed store, hash-verified

87impl Config {
88 /// Get the config directory path (~/.config/observe/)
89 fn config_dir() -> Option<PathBuf> {
90 dirs::config_dir().map(|p| p.join("observe"))
91 }
92
93 /// Get the config file path
94 fn config_path() -> Option<PathBuf> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected