Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ getApiBaseUrl
Function
getApiBaseUrl
e2e-tests/helpers/api-base.ts:21–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
export
function
getApiBaseUrl(): string {
22
const
instance = getE2EInstance();
23
const
port = getBackendPortForInstance(instance);
24
return
`http:
//127.0.0.1:${port}/api/v1`;
25
}
26
Callers
5
cleanup.ts
File · 0.90
guardduty-eventbridge.test.ts
File · 0.90
e2e-harness.ts
File · 0.90
mock-agent-tool-discovery.test.ts
File · 0.90
alert-investigation.test.ts
File · 0.90
Calls
2
getE2EInstance
Function · 0.85
getBackendPortForInstance
Function · 0.85
Tested by
no test coverage detected