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

Method write

packages/ts-builders/src/Import.ts:109–111  ·  view source on GitHub ↗
(writer: Writer)

Source from the content-addressed store, hash-verified

107 }
108
109 write(writer: Writer): void {
110 writer.write('import ').write(`"${this.from}"`)
111 }
112}
113
114export function moduleImport(from: string) {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected