MCPcopy 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

recalculateMethod · 0.80
sumMethod · 0.80
subMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected