MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / config_path

Method config_path

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

Source from the content-addressed store, hash-verified

50
51impl GlobalArguments {
52 pub fn config_path(&self) -> String {
53 self.config_path
54 .clone()
55 .unwrap_or_else(ipc_provider::default_config_path)
56 }
57
58 pub fn config(&self) -> Result<Config> {
59 let config_path = self.config_path();

Callers 5

configMethod · 0.80
get_ipc_providerFunction · 0.80
handleMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected