Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ getBackendPortForInstance
Function
getBackendPortForInstance
e2e-tests/helpers/api-base.ts:17–19 ·
view source on GitHub ↗
(instance: number)
Source
from the content-addressed store, hash-verified
15
}
16
17
export
function
getBackendPortForInstance(instance: number): number {
18
return
BACKEND_BASE_PORT + instance * 100;
19
}
20
21
export
function
getApiBaseUrl(): string {
22
const
instance = getE2EInstance();
Callers
1
getApiBaseUrl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected