(hostname: string, port: number)
| 321 | }); |
| 322 | |
| 323 | const daemonBaseUrl = (hostname: string, port: number): string => |
| 324 | `http://${canonicalDaemonHost(hostname)}:${port}`; |
| 325 | |
| 326 | const makeLocalServerManifest = (input: { |
| 327 | readonly kind: ExecutorLocalServerKind; |
no test coverage detected