MCPcopy 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
17export function getBackendPortForInstance(instance: number): number {
18 return BACKEND_BASE_PORT + instance * 100;
19}
20
21export function getApiBaseUrl(): string {
22 const instance = getE2EInstance();

Callers 1

getApiBaseUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected