Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
bool 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
find
Method · 0.45
id
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected