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

Method write

packages/ts-builders/src/FunctionCall.ts:19–21  ·  view source on GitHub ↗
(writer: Writer)

Source from the content-addressed store, hash-verified

17 }
18
19 override write(writer: Writer): void {
20 writer.write(this.#name).write('(').writeJoined(', ', this.#args).write(')')
21 }
22}
23
24export function functionCall(name: string, args: ValueBuilder[] = []): FunctionCall {

Callers

nothing calls this directly

Calls 2

writeJoinedMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected