MCPcopy Create free account
hub / github.com/Rustixir/darkbird / iter_index

Method iter_index

src/darkbird/storage.rs:345–347  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

343 /// return Iter (Safe for mutation)
344 #[inline]
345 pub fn iter_index(&self) -> Iter<'_, String, K> {
346 self.hash_index.iter()
347 }
348
349 /// return Iter (Safe for mutation)
350 #[inline]

Callers

nothing calls this directly

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected