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