MCPcopy Index your code
hub / github.com/simstudioai/sim / setBaseUrl

Method setBaseUrl

packages/ts-sdk/src/index.ts:354–356  ·  view source on GitHub ↗

* Set a new base URL

(baseUrl: string)

Source from the content-addressed store, hash-verified

352 * Set a new base URL
353 */
354 setBaseUrl(baseUrl: string): void {
355 this.baseUrl = normalizeBaseUrl(baseUrl)
356 }
357
358 /**
359 * Get the status of an async job

Callers 1

index.test.tsFile · 0.80

Calls 1

normalizeBaseUrlFunction · 0.70

Tested by

no test coverage detected