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

Method remove

src/models/lru_cache.rs:84–86  ·  view source on GitHub ↗
(&self, idx: u8)

Source from the content-addressed store, hash-verified

82 }
83
84 fn remove(&self, idx: u8) {
85 self.clear(idx as usize)
86 }
87
88 /// Removes all instances of the specified key from the eviction index.
89 pub fn remove_key(&self, key: u64) {

Callers 15

load_rustls_configFunction · 0.80
unloadMethod · 0.80
deleteMethod · 0.80
mutateMethod · 0.80
close_cursorMethod · 0.80
load_hnsw_indexMethod · 0.80
remove_collectionMethod · 0.80
delete_internalMethod · 0.80
evict_lruMethod · 0.80
unload_collectionMethod · 0.80

Calls 2

clearMethod · 0.80
remove_keyMethod · 0.80

Tested by 4

download_fileFunction · 0.64
prepare_glove_datasetFunction · 0.64
download_fileFunction · 0.64
prepare_glove_datasetFunction · 0.64