()
| 46 | } |
| 47 | |
| 48 | fn executable_name() -> &'static str { |
| 49 | env!("CARGO_PKG_NAME") |
| 50 | } |
| 51 | |
| 52 | fn load_spec(&self, id: &str) -> Result<Box<dyn sc_service::ChainSpec>, String> { |
| 53 | Ok(match id { |
nothing calls this directly
no outgoing calls
no test coverage detected