(runnerAddress: RunnerAddress)
| 216 | // ------------------------------------------------------------------------------------- |
| 217 | |
| 218 | const encodeRunnerAddress = (runnerAddress: RunnerAddress) => `${runnerAddress.host}:${runnerAddress.port}` |
no outgoing calls
no test coverage detected