MCPcopy 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

Calls 1

lenMethod · 0.80