(path: string)
| 367 | } |
| 368 | |
| 369 | private resolveUrl(path: string): string { |
| 370 | const base = (this.baseUrl ?? '').replace(/\/+$/, ''); |
| 371 | return `${base}${path}`; |
| 372 | } |
| 373 | |
| 374 | private async resolveEarliestTimestamp( |
| 375 | runId: string, |
no outgoing calls
no test coverage detected