MCPcopy Create free account
hub / github.com/UniqueNetwork/unique-chain / executable_name

Method executable_name

node/src/command.rs:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected