Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ get_num_deployed_stations
Method
get_num_deployed_stations
core/control-panel/impl/src/models/user.rs:93–95 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
91
}
92
93
pub fn get_num_deployed_stations(&self) -> usize {
94
self.deployed_stations.len()
95
}
96
97
pub fn get_deployed_stations(&self) -> Vec<Principal> {
98
self.deployed_stations.clone()
Callers
3
recalculate
Method · 0.80
sum
Method · 0.80
sub
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected