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