(&self)
| 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) |
nothing calls this directly
no test coverage detected