Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ TreeMapKey
Interface
TreeMapKey
src/models/tree_map.rs:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
};
21
22
pub trait TreeMapKey: std::hash::Hash + Eq {
23
fn key(&self) -> u64;
24
}
25
26
impl TreeMapKey for u32 {
27
fn key(&self) -> u64 {
Callers
nothing calls this directly
Implementers
4
tree_map.rs
src/models/tree_map.rs
versioning.rs
src/models/versioning.rs
types.rs
src/models/types.rs
collection_transaction.rs
src/models/collection_transaction.rs
Calls
no outgoing calls
Tested by
no test coverage detected