MCPcopy Create free account
hub / github.com/AI45Lab/Code / metrics_snapshot

Method metrics_snapshot

core/src/session_lane_queue.rs:466–472  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

464 }
465
466 pub async fn metrics_snapshot(&self) -> Option<MetricsSnapshot> {
467 if let Some(ref m) = self.metrics {
468 Some(m.snapshot().await)
469 } else {
470 None
471 }
472 }
473}
474
475#[cfg(test)]

Callers 1

metricsMethod · 0.80

Calls 1

snapshotMethod · 0.45

Tested by

no test coverage detected