Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
461
function
isGetOrHeadRequest(method: string): boolean {
462
return
method ===
'GET'
|| method ===
'HEAD'
463
}
464
465
function
createStudioRequestHandler({
466
adapter,
Callers
1
createStudioRequestHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected