(hostname: string, port: number)
| 335 | }); |
| 336 | |
| 337 | const daemonBaseUrl = (hostname: string, port: number): string => |
| 338 | `http://${canonicalDaemonHost(hostname)}:${port}`; |
| 339 | |
| 340 | const makeLocalServerManifest = (input: { |
| 341 | readonly kind: ExecutorLocalServerKind; |
no test coverage detected