MCPcopy Create free account
hub / github.com/bytedance/bolt / clear

Method clear

bolt/common/caching/SsdCache.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void SsdCache::clear() {
184 for (auto& file : files_) {
185 file->clear();
186 }
187}
188
189std::string SsdCache::toString() const {
190 auto data = stats();

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected