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

Method write

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

Source from the content-addressed store, hash-verified

81 }
82
83 write(writer: Writer): void {
84 if (this.type) {
85 writer.write('type ')
86 }
87 writer.write(this.name)
88 if (this.alias) {
89 writer.write(' as ').write(this.alias)
90 }
91 }
92}
93
94export class ModuleImport implements BasicBuilder {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected