Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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.ts
File · 0.80
Calls
1
normalizeBaseUrl
Function · 0.70
Tested by
no test coverage detected