MCPcopy
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
27export function isWrite(action: JsonQueryAction): boolean {
28 return writeMap[action]
29}

Callers 1

constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected