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

Method hashes

atomic-remote/src/streaming/layers.rs:325–327  ·  view source on GitHub ↗

Returns an iterator over all chunk hashes in order.

(&self)

Source from the content-addressed store, hash-verified

323
324 /// Returns an iterator over all chunk hashes in order.
325 pub fn hashes(&self) -> impl Iterator<Item = &[u8; 32]> {
326 self.entries.iter().map(|e| &e.hash)
327 }
328}
329
330impl fmt::Display for ChunkManifest {

Callers 2

import_v3_bytesMethod · 0.45

Calls 1

iterMethod · 0.45

Tested by 1