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

Method checkRunnable

fdbrpc/FlowTests.actor.cpp:277–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276 void run() override { return baseNetwork->run(); }
277 bool checkRunnable() override { return baseNetwork->checkRunnable(); }
278 void getDiskBytes(std::string const& directory, int64_t& free, int64_t& total) override {
279 return baseNetwork->getDiskBytes(directory, free, total);
280 }

Callers 2

checkRunnableFunction · 0.45
runNetworkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected