MCPcopy Create free account
hub / github.com/Botloader/botloader / absolute

Method absolute

components/vmworker/src/metrics_forwarder.rs:140–142  ·  view source on GitHub ↗
(&self, value: u64)

Source from the content-addressed store, hash-verified

138 }
139
140 fn absolute(&self, value: u64) {
141 self.send_metric_event(MetricEvent::Counter(CounterEvent::Absolute(value)));
142 }
143}
144
145impl HistogramFn for Metric {

Callers 1

handle_metricMethod · 0.80

Calls 1

send_metric_eventMethod · 0.80

Tested by

no test coverage detected