Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InfinitiBit/graphbit
/ content_length
Method
content_length
core/src/llm/mod.rs:214–216 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
212
/// Get content length for performance estimation
213
#[inline]
214
pub fn content_length(&self) -> usize {
215
self.content.len()
216
}
217
}
218
219
/// Role of a message sender
Callers
5
load_from_url
Method · 0.45
test_document_content_empty_text
Method · 0.45
test_text_document_loading
Method · 0.45
test_empty_file_handling
Method · 0.45
test_document_content_methods
Method · 0.45
Calls
1
len
Method · 0.80
Tested by
4
test_document_content_empty_text
Method · 0.36
test_text_document_loading
Method · 0.36
test_empty_file_handling
Method · 0.36
test_document_content_methods
Method · 0.36