Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getError
Method
getError
fdbserver/DiskQueue.actor.cpp:1581–1581 ·
view source on GitHub ↗
IClosable
Source
from the content-addressed store, hash-verified
1579
1580
// IClosable
1581
Future<Void> getError() const override { return queue->getError(); }
1582
Future<Void> onClosed() const override { return queue->onClosed(); }
1583
void dispose() override {
1584
queue->dispose();
Callers
nothing calls this directly
Calls
1
getError
Method · 0.45
Tested by
no test coverage detected