MCPcopy 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
13export function getE2EInstance(): number {
14 return readInstance();
15}
16
17export function getBackendPortForInstance(instance: number): number {
18 return BACKEND_BASE_PORT + instance * 100;

Callers 1

getApiBaseUrlFunction · 0.85

Calls 1

readInstanceFunction · 0.85

Tested by

no test coverage detected