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

Method is_empty

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

Check if the cache is empty (no prior sync).

(&self)

Source from the content-addressed store, hash-verified

181
182 /// Check if the cache is empty (no prior sync).
183 pub fn is_empty(&self) -> bool {
184 self.entries.is_empty()
185 }
186
187 /// Number of cached entries.
188 pub fn len(&self) -> usize {

Callers 3

format_hashesFunction · 0.45
is_in_syncMethod · 0.45
compute_deltaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected