MCPcopy Index your code
hub / github.com/simstudioai/sim / route.ts

File route.ts

apps/sim/app/api/workflows/[id]/deployed/route.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createLogger } from '@sim/logger'
2import type { NextRequest, NextResponse } from 'next/server'
3import { getDeployedWorkflowStateContract } from '@/lib/api/contracts/deployments'
4import { parseRequest } from '@/lib/api/server'

Callers

nothing calls this directly

Calls 13

createLoggerFunction · 0.90
withRouteHandlerFunction · 0.90
generateRequestIdFunction · 0.90
parseRequestFunction · 0.90
verifyInternalTokenFunction · 0.90
createErrorResponseFunction · 0.90
createSuccessResponseFunction · 0.90
addNoCacheHeadersFunction · 0.85
errorMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected