(runtime: JsRuntime, clientId?: string)
| 432 | } |
| 433 | |
| 434 | export function getEndpointId(runtime: JsRuntime, clientId?: string) { |
| 435 | if (clientId) { |
| 436 | return clientId; |
| 437 | } else return runtime.getEndpointId(); |
| 438 | } |
| 439 | |
| 440 | function findServerUrls(resolvedOptions: ResolvedOptions, framework?: Framework): ServerUrl[] { |
| 441 | if (resolvedOptions.tunnel) { |
no test coverage detected
searching dependent graphs…