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

Method getError

fdbserver/VersionedBTree.actor.cpp:7825–7825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7823 StorageBytes getStorageBytes() const override { return m_tree->getStorageBytes(); }
7824
7825 Future<Void> getError() const override { return delayed(m_error.getFuture()); };
7826
7827 void clear(KeyRangeRef range, const Arena* arena = 0) override {
7828 debug_printf("CLEAR %s\n", printable(range).c_str());

Callers 6

runnerMethod · 0.45
createMethod · 0.45
recoverMethod · 0.45
getErrorFunction · 0.45
shutdownMethod · 0.45

Calls 2

delayedFunction · 0.85
getFutureMethod · 0.45

Tested by

no test coverage detected