MCPcopy Create free account
hub / github.com/apple/foundationdb / getError

Method getError

fdbserver/KeyValueStoreMemory.actor.cpp:50–50  ·  view source on GitHub ↗

IClosable

Source from the content-addressed store, hash-verified

48
49 // IClosable
50 Future<Void> getError() const override { return log->getError(); }
51 Future<Void> onClosed() const override { return log->onClosed(); }
52 void dispose() override {
53 recovering.cancel();

Callers 4

commitMethod · 0.45
readValueMethod · 0.45
readValuePrefixMethod · 0.45
readRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected