MCPcopy Create free account
hub / github.com/dmlc/parameter_server / connected

Method connected

src/system/van.cc:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274bool Van::connected(const Node& node) {
275 auto it = senders_.find(node.id());
276 return it != senders_.end();
277}
278
279
280} // namespace PS

Callers

nothing calls this directly

Calls 3

findMethod · 0.45
idMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected