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

Method entry_count

atomic-repository/src/archive.rs:518–520  ·  view source on GitHub ↗

Get total entry count.

(&self)

Source from the content-addressed store, hash-verified

516
517 /// Get total entry count.
518 pub fn entry_count(&self) -> usize {
519 self.entries.len()
520 }
521
522 /// Check if manifest is empty.
523 pub fn is_empty(&self) -> bool {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected