MCPcopy Create free account
hub / github.com/dfinity/orbit / help

Method help

core/station/impl/src/core/metrics.rs:175–177  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

173 }
174
175 fn help(&self) -> &'static str {
176 "The total number of users that are registered, labeled by their status."
177 }
178
179 fn recalculate(&mut self, models: &[User]) {
180 let mut labeled_totals = BTreeMap::new();

Callers 12

getMethod · 0.45
setMethod · 0.45
incMethod · 0.45
decMethod · 0.45
getMethod · 0.45
incMethod · 0.45
getMethod · 0.45
incMethod · 0.45
getMethod · 0.45
setMethod · 0.45
incMethod · 0.45
decMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected