Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.45
set
Method · 0.45
inc
Method · 0.45
dec
Method · 0.45
get
Method · 0.45
inc
Method · 0.45
get
Method · 0.45
inc
Method · 0.45
get
Method · 0.45
set
Method · 0.45
inc
Method · 0.45
dec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected