MCPcopy
hub / github.com/prisma/prisma / addGenericParameter

Method addGenericParameter

packages/ts-builders/src/Method.ts:31–34  ·  view source on GitHub ↗
(param: GenericParameter)

Source from the content-addressed store, hash-verified

29 }
30
31 addGenericParameter(param: GenericParameter): this {
32 this.genericParameters.push(param)
33 return this
34 }
35
36 write(writer: Writer): void {
37 if (this.docComment) {

Callers 15

Class.test.tsFile · 0.45
Method.test.tsFile · 0.45
Interface.test.tsFile · 0.45
queryRawTypedDefinitionFunction · 0.45
buildModelDelegateMethodFunction · 0.45
buildExportFunction · 0.45
constructorMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected