Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
custom_agent_tools_are_default
Function · 0.45
summary_for_session
Method · 0.45
truncate_string_at_char_boundary
Function · 0.45
subscriber_count
Method · 0.45
extract_tag_content
Function · 0.45
renumber_research_report
Function · 0.45
build_display_map
Function · 0.45
renumber_index_section
Function · 0.45
fmt
Method · 0.45
is_empty
Method · 0.45
depth
Method · 0.45
enqueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected