Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
void SsdCache::clear() {
184
for (auto& file : files_) {
185
file->clear();
186
}
187
}
188
189
std::string SsdCache::toString() const {
190
auto data = stats();
Callers
1
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected