Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ get_name
Method
get_name
core/station/impl/src/models/system.rs:121–123 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
119
}
120
121
pub fn get_name(&self) -> &str {
122
&self.name
123
}
124
125
pub fn get_version(&self) -> &str {
126
self.version.as_deref().unwrap_or(
"0.0.0"
)
Callers
3
canister_name
Method · 0.80
capabilities
Method · 0.80
to_dto
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected