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

Method chunk_count

atomic-remote/src/streaming/layers.rs:280–282  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

278 /// Returns the number of chunks.
279 #[inline]
280 pub fn chunk_count(&self) -> usize {
281 self.entries.len()
282 }
283
284 /// Returns `true` if the manifest has no chunks.
285 #[inline]

Callers 1

computeMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected