(payload: dict[str, Any])
| 183 | |
| 184 | |
| 185 | def _send_to_controller(payload: dict[str, Any]) -> None: |
| 186 | host, port = _get_controller_target() |
| 187 | ReqManager().send(host, port, payload) |
| 188 | |
| 189 | |
| 190 | def start_workload_clock() -> None: |
no test coverage detected