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

Method write

packages/ts-builders/src/DocComment.ts:18–25  ·  view source on GitHub ↗
(writer: Writer)

Source from the content-addressed store, hash-verified

16 }
17
18 write(writer: Writer) {
19 writer.writeLine('/**')
20 for (const line of this.lines) {
21 writer.writeLine(` * ${line}`)
22 }
23 writer.writeLine(' */')
24 return writer
25 }
26}
27
28function docComment(strings: TemplateStringsArray, ...args: string[]): DocComment

Callers

nothing calls this directly

Calls 1

writeLineMethod · 0.80

Tested by

no test coverage detected