Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
authentication_middleware
Function · 0.45
to_internal
Method · 0.45
index_explicit_txn
Method · 0.45
index_implicit_txn
Method · 0.45
pop
Method · 0.45
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected