MCPcopy Create free account
hub / github.com/ShipSecAI/studio / resolveUrl

Method resolveUrl

backend/src/trace/log-stream.service.ts:369–372  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

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,

Callers 3

queryLokiMethod · 0.95
queryLokiTimeRangeMethod · 0.95
queryLokiRangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected