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

Method start

fdbserver/workloads/SnapTest.actor.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 return Void();
132 }
133 Future<Void> start(Database const& cx) override {
134 TraceEvent("SnapTestWorkloadStart").log();
135 if (clientId == 0) {
136 return _start(cx, this);
137 }
138 return Void();
139 }
140
141 ACTOR Future<bool> _check(Database cx, SnapTestWorkload* self) {
142 if (self->skipCheck) {

Callers

nothing calls this directly

Calls 4

TraceEventClass · 0.85
_startFunction · 0.70
VoidClass · 0.50
logMethod · 0.45

Tested by

no test coverage detected