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

Method stats

core/src/agent_api/session_queue.rs:49–54  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47 }
48
49 pub(super) async fn stats(&self) -> SessionQueueStats {
50 match &self.session.command_queue {
51 Some(queue) => queue.stats().await,
52 None => SessionQueueStats::default(),
53 }
54 }
55
56 pub(super) async fn metrics(&self) -> Option<MetricsSnapshot> {
57 match &self.session.command_queue {

Callers 1

Calls

no outgoing calls

Tested by 1