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

Method getError

flow/IThreadPool.cpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 Future<Void> getError() const override { return Never(); } // FIXME
102 void addref() override { ReferenceCounted<ThreadPool>::addref(); }
103 void delref() override {
104 if (ReferenceCounted<ThreadPool>::delref_no_destroy()) {

Callers 4

orYieldFunction · 0.45
testPathFunctionFunction · 0.45
testPathFunction2Function · 0.45
flow.cppFile · 0.45

Calls 1

NeverClass · 0.50

Tested by

no test coverage detected