Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UniqueNetwork/unique-chain
/ impl_version
Method
impl_version
node/src/command.rs:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
fn impl_version() -> &'static str {
29
env!(
"SUBSTRATE_CLI_IMPL_VERSION"
)
30
}
31
32
fn description() -> &'static str {
33
env!(
"CARGO_PKG_DESCRIPTION"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected