MCPcopy Create free account
hub / github.com/cosdata/cosdata / next

Method next

src/models/lru_cache.rs:403–406  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

401 type Item = V;
402
403 fn next(&mut self) -> Option<Self::Item> {
404 let tuple = self.iter.next();
405 tuple.map(|entry| entry.value().0.clone())
406 }
407}
408
409#[cfg(test)]

Callers 5

to_internalMethod · 0.45
index_explicit_txnMethod · 0.45
index_implicit_txnMethod · 0.45
popMethod · 0.45

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected