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

Function run

fdbrpc/sim2.actor.cpp:1239–1239  ·  view source on GitHub ↗

Implement ISimulator interface

Source from the content-addressed store, hash-verified

1237
1238 // Implement ISimulator interface
1239 void run() override { runLoop(this); }
1240 ProcessInfo* newProcess(const char* name,
1241 IPAddress ip,
1242 uint16_t port,

Callers

nothing calls this directly

Calls 1

runLoopFunction · 0.85

Tested by

no test coverage detected