Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ isWrite
Function
isWrite
packages/client/src/runtime/core/jsonProtocol/isWrite.ts:27–29 ·
view source on GitHub ↗
(action: JsonQueryAction)
Source
from the content-addressed store, hash-verified
25
}
26
27
export
function
isWrite(action: JsonQueryAction): boolean {
28
return
writeMap[action]
29
}
Callers
1
constructor
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected