MCPcopy
hub / github.com/prisma/prisma / jsonResponse

Function jsonResponse

packages/cli/src/Studio.ts:666–668  ·  view source on GitHub ↗
(payload: unknown)

Source from the content-addressed store, hash-verified

664}
665
666function jsonResponse(payload: unknown): Response {
667 return withCors(Response.json(payload))
668}
669
670function emptyResponse(status: number, headers?: Record<string, string>): Response {
671 return withCors(new Response(null, { headers, status }))

Callers 1

handleStudioBffRequestFunction · 0.85

Calls 1

withCorsFunction · 0.85

Tested by

no test coverage detected