(self, data: bytes)
| 45 | def kill(self) -> None: |
| 46 | pass |
| 47 | |
| 48 | |
| 49 | def _transport() -> tuple[Transport, _Process]: |
| 50 | transport = Transport(ClientConfig(token="t", base_url="https://relay", timeout_ms=1000), "/none") |
| 51 | process = _Process() |
nothing calls this directly
no outgoing calls
no test coverage detected