MCPcopy
hub / github.com/prisma/prisma / isGetOrHeadRequest

Function isGetOrHeadRequest

packages/cli/src/Studio.ts:461–463  ·  view source on GitHub ↗
(method: string)

Source from the content-addressed store, hash-verified

459}
460
461function isGetOrHeadRequest(method: string): boolean {
462 return method === 'GET' || method === 'HEAD'
463}
464
465function createStudioRequestHandler({
466 adapter,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected