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

Method done

fdbclient/NativeAPI.actor.cpp:4566–4566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4564 TSSDuplicateStreamData(PromiseStream<StreamReply> stream) : stream(stream) {}
4565
4566 bool done() { return tssComparisonDone.getFuture().isReady(); }
4567
4568 void setDone() {
4569 if (tssComparisonDone.canBeSet()) {

Callers 2

Calls 2

isReadyMethod · 0.45
getFutureMethod · 0.45

Tested by

no test coverage detected