MCPcopy
hub / github.com/prisma/prisma / setDocComment

Method setDocComment

packages/ts-builders/src/Method.ts:16–19  ·  view source on GitHub ↗
(docComment: DocComment)

Source from the content-addressed store, hash-verified

14 constructor(private name: string) {}
15
16 setDocComment(docComment: DocComment): this {
17 this.docComment = docComment
18 return this
19 }
20
21 setReturnType(returnType: TypeBuilder): this {
22 this.returnType = returnType

Callers 15

Method.test.tsFile · 0.45
Property.test.tsFile · 0.45
buildTypedQueryTsFunction · 0.45
buildModelOutputPropertyFunction · 0.45
buildOutputFieldFunction · 0.45
queryRawTypedDefinitionFunction · 0.45
runCommandRawDefinitionFunction · 0.45
buildClientOptionsMethod · 0.45
toTSWithoutNamespaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected