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

Method setDone

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

Source from the content-addressed store, hash-verified

4566 bool done() { return tssComparisonDone.getFuture().isReady(); }
4567
4568 void setDone() {
4569 if (tssComparisonDone.canBeSet()) {
4570 tssComparisonDone.send(Void());
4571 }
4572 }
4573
4574 ~TSSDuplicateStreamData() {}
4575};

Calls 3

VoidClass · 0.50
canBeSetMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected