Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ erase
Method
erase
src/framework/runtime/cache.cpp:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
void RuntimeCache::erase(const std::string & key) {
10
cache_.erase(key);
11
}
12
13
void RuntimeCache::clear() {
14
cache_.clear();
Callers
15
decode_with_optional_skip
Function · 0.45
values_for
Method · 0.45
encode_layers
Method · 0.45
op_tuple_mark
Method · 0.45
op_setitems
Method · 0.45
trim_ascii_whitespace
Function · 0.45
sample_point_indices
Function · 0.45
split_csv
Function · 0.45
families
Method · 0.45
DiscreteGraphCapacityAdapter
Method · 0.45
sorted_prepared_capacities
Function · 0.45
generate
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_backend
Function · 0.36
show_test_coverage
Function · 0.36