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

Method get_versioned

src/models/tree_map.rs:322–324  ·  view source on GitHub ↗
(&self, quotient: u64)

Source from the content-addressed store, hash-verified

320 }
321
322 pub fn get_versioned(&self, quotient: u64) -> Option<RwLockReadGuard<'_, VersionedItem<T>>> {
323 self.quotients.get_versioned(quotient)
324 }
325}
326
327impl<T: VersionedVecItem> TreeMapVecNode<T> {

Callers

nothing calls this directly

Calls 5

calculate_pathFunction · 0.85
lookupMethod · 0.45
readMethod · 0.45
keyMethod · 0.45
find_or_create_nodeMethod · 0.45

Tested by

no test coverage detected