MCPcopy Create free account
hub / github.com/consensus-shipyard/ipc / config_dir

Method config_dir

ipc/cli/src/lib.rs:62–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

60 }
61
62 pub fn config_dir(&self) -> PathBuf {
63 dir_of(&self.config_path())
64 }
65
66 pub fn config(&self) -> Result<Config> {
67 let config_path = self.config_path();

Callers 2

handleMethod · 0.45
handle_initFunction · 0.45

Calls 2

dir_ofFunction · 0.85
config_pathMethod · 0.80

Tested by

no test coverage detected