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

Method pending_actions

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

Source from the content-addressed store, hash-verified

121 }
122
123 pub(super) fn pending_actions(&self) -> usize {
124 read_or_recover(&self.pending_confirmations).len()
125 + read_or_recover(&self.external_tasks).len()
126 }
127
128 pub(super) fn queue_depth(&self) -> usize {
129 read_or_recover(&self.external_tasks).len()

Callers 1

runtime_snapshotMethod · 0.80

Calls 2

read_or_recoverFunction · 0.85
lenMethod · 0.45

Tested by

no test coverage detected