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

Method impl_name

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

Source from the content-addressed store, hash-verified

22
23impl SubstrateCli for Cli {
24 fn impl_name() -> &'static str {
25 "Substrate Node"
26 }
27
28 fn impl_version() -> &'static str {
29 env!("SUBSTRATE_CLI_IMPL_VERSION")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected