MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / key

Method key

packages/server/src/metrics/counters.rs:111–113  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

109
110impl ClientStreamStats {
111 fn key(&self) -> (&str, &str) {
112 (&self.client_id, &self.kind)
113 }
114}
115
116impl Metrics {

Callers 2

runJsSurfaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected