Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getError
Method
getError
fdbserver/DiskQueue.actor.cpp:1011–1011 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1009
}
1010
1011
Future<Void> getError() const override { return rawQueue->getError(); }
1012
Future<Void> onClosed() const override { return rawQueue->onClosed(); }
1013
1014
void dispose() override {
Callers
2
openFiles
Method · 0.45
getError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected