MCPcopy
hub / github.com/prisma/prisma / write

Function write

packages/client/src/runtime/core/errorRendering/base.ts:40–42  ·  view source on GitHub ↗
(writer)

Source from the content-addressed store, hash-verified

38
39export const fieldsSeparator: ErrorBasicBuilder = {
40 write(writer) {
41 writer.writeLine(',')
42 },
43}

Callers

nothing calls this directly

Calls 1

writeLineMethod · 0.80

Tested by

no test coverage detected