MCPcopy
hub / github.com/FedML-AI/FedML / get_client_status

Method get_client_status

python/fedml/core/mlops/mlops_status.py:41–42  ·  view source on GitHub ↗
(self, edge_id)

Source from the content-addressed store, hash-verified

39 return self.server_agent_status.get(edge_id, None)
40
41 def get_client_status(self, edge_id):
42 return self.client_status.get(edge_id, None)
43
44 def get_server_status(self, edge_id):
45 return self.server_status.get(edge_id, None)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected