MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / CheckLinker

Method CheckLinker

src/network/linkers_socket.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219bool Linkers::CheckLinker(int rank) {
220 if (linkers_[rank] == nullptr || linkers_[rank]->IsClosed()) {
221 return false;
222 }
223 return true;
224}
225
226void Linkers::PrintLinkers() {
227 for (int i = 0; i < num_machines_; ++i) {

Callers

nothing calls this directly

Calls 1

IsClosedMethod · 0.45

Tested by

no test coverage detected