Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_config
Function · 0.80
authentication_middleware
Function · 0.80
unload
Method · 0.80
delete
Method · 0.80
mutate
Method · 0.80
close_cursor
Method · 0.80
load_hnsw_index
Method · 0.80
remove_collection
Method · 0.80
delete_internal
Method · 0.80
evict_lru
Method · 0.80
evict_lru_probabilistic
Method · 0.80
unload_collection
Method · 0.80
Calls
2
clear
Method · 0.80
remove_key
Method · 0.80
Tested by
4
download_file
Function · 0.64
prepare_glove_dataset
Function · 0.64
download_file
Function · 0.64
prepare_glove_dataset
Function · 0.64