MCPcopy Create free account
hub / github.com/GCWing/BitFun / len

Method len

src/crates/execution/agent-runtime/src/runtime.rs:73–75  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

71 }
72
73 pub fn len(&self) -> usize {
74 self.events.lock().unwrap().len()
75 }
76
77 pub fn snapshot(&self) -> Vec<RuntimeEventEnvelope> {
78 self.events.lock().unwrap().clone()

Callers 15

summary_for_sessionMethod · 0.45
subscriber_countMethod · 0.45
extract_tag_contentFunction · 0.45
renumber_research_reportFunction · 0.45
build_display_mapFunction · 0.45
renumber_index_sectionFunction · 0.45
fmtMethod · 0.45
is_emptyMethod · 0.45
depthMethod · 0.45
enqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected