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

Method setup

fdbserver/workloads/SnapTest.actor.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127public: // workload functions
128 std::string description() const override { return "SnapTest"; }
129 Future<Void> setup(Database const& cx) override {
130 TraceEvent("SnapTestWorkloadSetup").log();
131 return Void();
132 }
133 Future<Void> start(Database const& cx) override {
134 TraceEvent("SnapTestWorkloadStart").log();
135 if (clientId == 0) {

Callers

nothing calls this directly

Calls 3

TraceEventClass · 0.85
VoidClass · 0.50
logMethod · 0.45

Tested by

no test coverage detected