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

Method queue_depth

core/src/ahp/runtime_state.rs:128–130  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

126 }
127
128 pub(super) fn queue_depth(&self) -> usize {
129 read_or_recover(&self.external_tasks).len()
130 }
131
132 pub(super) fn tokens_used(&self) -> i32 {
133 if self.runtime_tokens_seen.load(Ordering::Relaxed) {

Callers 1

runtime_snapshotMethod · 0.80

Calls 2

read_or_recoverFunction · 0.85
lenMethod · 0.45

Tested by

no test coverage detected