MCPcopy Create free account
hub / github.com/ShipSecAI/studio / api

Function api

backend/src/__tests__/backend-integration.test.ts:26–26  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

24 `http://localhost:${process.env.BACKEND_PORT ?? process.env.PORT ?? '3211'}`;
25
26const api = (path: string) => `${baseUrl}${path}`;
27
28const normalizeNode = (override: Partial<WorkflowNodeDto> = {}): WorkflowNodeDto => ({
29 id: override.id ?? 'node-1',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected