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

Function getError

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

Source from the content-addressed store, hash-verified

3827 void close() override { shutdown(this, false); }
3828
3829 Future<Void> getError() const override { return errorPromise.getFuture(); }
3830
3831 Future<Void> onClosed() const override { return closedPromise.getFuture(); }
3832

Callers

nothing calls this directly

Calls 2

getFutureMethod · 0.45
getErrorMethod · 0.45

Tested by

no test coverage detected