Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ key
Method
key
src/models/tree_map.rs:27–29 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
25
26
impl TreeMapKey for u32 {
27
fn key(&self) -> u64 {
28
*self as u64
29
}
30
}
31
32
pub struct TreeMap<K, V> {
Callers
6
insert
Method · 0.45
delete
Method · 0.45
get_latest
Method · 0.45
get_versioned
Method · 0.45
push
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected