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

Method config

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

Source from the content-addressed store, hash-verified

64 }
65
66 pub fn config(&self) -> Result<Config> {
67 let config_path = self.config_path();
68 Config::from_file(config_path)
69 }
70
71 pub fn network(&self) -> Network {
72 self.__network.unwrap_or(self._network)

Callers 2

handleMethod · 0.45

Calls 1

config_pathMethod · 0.80

Tested by

no test coverage detected