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

Method get_latest

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

Source from the content-addressed store, hash-verified

316 }
317
318 pub fn get_latest(&self, quotient: u64) -> Option<&T> {
319 self.quotients.get_latest(quotient)
320 }
321
322 pub fn get_versioned(&self, quotient: u64) -> Option<RwLockReadGuard<'_, VersionedItem<T>>> {
323 self.quotients.get_versioned(quotient)

Callers 10

lookupMethod · 0.80
get_vector_by_idFunction · 0.80
check_vector_existenceFunction · 0.80
key_value_searchFunction · 0.80
get_transaction_statusFunction · 0.80
run_uploadMethod · 0.80
delete_embeddingMethod · 0.80
indexing_statusMethod · 0.80
index_explicit_txnMethod · 0.80

Calls 6

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

Tested by

no test coverage detected