Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ ~AsyncFileCached
Method
~AsyncFileCached
fdbrpc/AsyncFileCached.actor.cpp:286–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
AsyncFileCached::~AsyncFileCached() {
287
while (!pages.empty()) {
288
auto ok = pages.begin()->second->evict();
289
ASSERT_ABORT(ok);
290
}
291
openFiles.erase(filename);
292
}
Callers
nothing calls this directly
Calls
4
empty
Method · 0.45
evict
Method · 0.45
begin
Method · 0.45
erase
Method · 0.45
Tested by
no test coverage detected