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

Method start

fdbserver/workloads/GetRangeStream.actor.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 Future<Void> setup(Database const& cx) override { return Void(); }
44
45 Future<Void> start(Database const& cx) override {
46 return clientId != 0 ? Void() : useGetRange ? fdbClientGetRange(cx, this) : fdbClientStream(cx, this);
47 }
48
49 Future<bool> check(Database const& cx) override { return true; }
50

Callers

nothing calls this directly

Calls 2

fdbClientGetRangeFunction · 0.85
VoidClass · 0.50

Tested by

no test coverage detected