MCPcopy 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
26impl TreeMapKey for u32 {
27 fn key(&self) -> u64 {
28 *self as u64
29 }
30}
31
32pub struct TreeMap<K, V> {

Callers 6

insertMethod · 0.45
deleteMethod · 0.45
get_latestMethod · 0.45
get_versionedMethod · 0.45
pushMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected