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