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

Method len

atomic-repository/src/changestore/cache.rs:119–121  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

117 /// Get the current number of entries in the cache.
118 #[cfg(test)]
119 pub(crate) fn len(&self) -> usize {
120 self.entries.len()
121 }
122
123 /// Clear all entries from the cache.
124 #[cfg(test)]

Callers 15

import_v3_bytesMethod · 0.45
export_v3_bytesMethod · 0.45
materialize_parallelMethod · 0.45
populate_file_indexMethod · 0.45
removeMethod · 0.45
tracked_file_countMethod · 0.45
reindex_working_copyMethod · 0.45
state_shortMethod · 0.45
archiveMethod · 0.45
archive_to_directoryMethod · 0.45
stageMethod · 0.45

Calls

no outgoing calls

Tested by 1

attest_pathMethod · 0.36