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

Method write

packages/ts-builders/src/Import.ts:19–25  ·  view source on GitHub ↗
(writer: Writer<undefined>)

Source from the content-addressed store, hash-verified

17 }
18
19 write(writer: Writer<undefined>): void {
20 writer.write('import ')
21 if (this.type) {
22 writer.write('type ')
23 }
24 writer.write('* as ').write(this.alias).write(` from "${this.from}"`)
25 }
26}
27
28export class BindingsImport implements BasicBuilder {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected