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

Method active_tools

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

Source from the content-addressed store, hash-verified

117 }
118
119 pub(super) fn active_tools(&self) -> usize {
120 read_or_recover(&self.active_tools).len()
121 }
122
123 pub(super) fn pending_actions(&self) -> usize {
124 read_or_recover(&self.pending_confirmations).len()

Callers 1

runtime_snapshotMethod · 0.45

Calls 2

read_or_recoverFunction · 0.85
lenMethod · 0.45

Tested by

no test coverage detected