Returns the genesis configuration used to configure this instance
(&self)
| 195 | |
| 196 | /// Returns the genesis configuration used to configure this instance |
| 197 | pub const fn genesis(&self) -> Option<&Genesis> { |
| 198 | self.genesis.as_ref() |
| 199 | } |
| 200 | |
| 201 | /// Takes the stdout contained in the child process. |
| 202 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected