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

Method config

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

Source from the content-addressed store, hash-verified

56 }
57
58 pub fn config(&self) -> Result<Config> {
59 let config_path = self.config_path();
60 Config::from_file(config_path)
61 }
62
63 pub fn network(&self) -> Network {
64 self.__network.unwrap_or(self._network)

Callers

nothing calls this directly

Calls 1

config_pathMethod · 0.80

Tested by

no test coverage detected