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

Method get_server_status

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

Source from the content-addressed store, hash-verified

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