Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ len
Method
len
src/crates/execution/agent-stream/src/lib.rs:118–120 ·
view source on GitHub ↗
Get number of collected data entries
(&self)
Source
from the content-addressed store, hash-verified
116
117
/// Get number of collected data entries
118
pub fn len(&self) -> usize {
119
self.buffer.len()
120
}
121
122
/// Check if empty
123
pub fn is_empty(&self) -> bool {
Callers
15
embed_announcement_content
Function · 0.45
compress_remote_chat_data_url_for_mobile
Function · 0.45
strip_remote_user_input_tags
Function · 0.45
cleanup_recursively
Method · 0.45
collect_files_with_time
Method · 0.45
calculate_dir_size
Method · 0.45
cleanup_old_backups
Method · 0.45
invalidate_cache
Method · 0.45
get_cache_size
Method · 0.45
build_project_runtime_slug
Method · 0.45
build_light_checkpoint
Method · 0.45
enforce_path_operation
Method · 0.45
Calls
no outgoing calls
Tested by
1
ask_user_question_truncated_mid_chinese_string_is_recovered
Function · 0.36