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

Method iter

src/darkbird/index/hash.rs:70–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68 /// get iter
69 #[inline]
70 pub fn iter(&self) -> Iter<String, K>{
71 self.hash.iter()
72 }
73}

Callers 6

internal_startMethod · 0.45
used_pageFunction · 0.45
rangeMethod · 0.45
insertMethod · 0.45
removeMethod · 0.45
inner_searchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected