Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ onClosed
Method
onClosed
fdbserver/KeyValueStoreRocksDB.actor.cpp:1774–1774 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1772
}
1773
1774
Future<Void> onClosed() const override { return closePromise.getFuture(); }
1775
1776
void dispose() override { doClose(this, true); }
1777
Callers
1
KeyValueStoreRocksDB.actor.cpp
File · 0.45
Calls
1
getFuture
Method · 0.45
Tested by
no test coverage detected