MCPcopy 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
9void RuntimeCache::erase(const std::string & key) {
10 cache_.erase(key);
11}
12
13void RuntimeCache::clear() {
14 cache_.clear();

Callers 15

values_forMethod · 0.45
encode_layersMethod · 0.45
op_tuple_markMethod · 0.45
op_setitemsMethod · 0.45
trim_ascii_whitespaceFunction · 0.45
sample_point_indicesFunction · 0.45
split_csvFunction · 0.45
familiesMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_backendFunction · 0.36
show_test_coverageFunction · 0.36