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

Method config_path

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

Source from the content-addressed store, hash-verified

54
55impl GlobalArguments {
56 pub fn config_path(&self) -> String {
57 self.config_path
58 .clone()
59 .unwrap_or_else(ipc_provider::default_config_path)
60 }
61
62 pub fn config_dir(&self) -> PathBuf {
63 dir_of(&self.config_path())

Callers 9

config_dirMethod · 0.80
configMethod · 0.80
load_or_initMethod · 0.80
get_ipc_providerFunction · 0.80
handleMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
run_ui_commandFunction · 0.80
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected