MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / len

Method len

atomic-remote/src/sync.rs:188–190  ·  view source on GitHub ↗

Number of cached entries.

(&self)

Source from the content-addressed store, hash-verified

186
187 /// Number of cached entries.
188 pub fn len(&self) -> usize {
189 self.entries.len()
190 }
191
192 /// Insert a new entry into the cache.
193 pub fn insert(&mut self, sequence: u64, node: Node) {

Callers 15

parse_existing_sectionFunction · 0.45
merge_items_into_sectionFunction · 0.45
encodeMethod · 0.45
decodeMethod · 0.45
is_session_envelopeMethod · 0.45
turn_file_countMethod · 0.45
fmtMethod · 0.45
extract_session_shortFunction · 0.45
prompt_summaryMethod · 0.45
file_countMethod · 0.45
record_turnFunction · 0.45

Calls

no outgoing calls

Tested by 1