MCPcopy Create free account
hub / github.com/baidu/tera / Erase

Method Erase

src/leveldb/util/cache_test.cc:215–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void Erase(int key) { cache_->Erase(EncodeKey(key)); }
216};
217BlockBasedCacheTest* BlockBasedCacheTest::current_;
218

Callers

nothing calls this directly

Calls 2

EncodeKeyFunction · 0.70
EraseMethod · 0.45

Tested by

no test coverage detected