Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handle
Method · 0.45
handle_init
Function · 0.45
Calls
2
dir_of
Function · 0.85
config_path
Method · 0.80
Tested by
no test coverage detected