MCPcopy
hub / github.com/prisma/prisma / formatMessage

Method formatMessage

packages/query-plan-executor/src/log/format.ts:110–112  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

108 }
109
110 private static formatMessage(message: string): Fragment {
111 return { fmt: '%s', params: [message] }
112 }
113
114 private static formatAttributes(attributes: Record<string, unknown>): Fragment[] {
115 return Object.entries(attributes).map(([key, value]) => ({

Callers 1

formatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected