MCPcopy
hub / github.com/prisma/prisma / addParameter

Method addParameter

packages/ts-builders/src/Method.ts:26–29  ·  view source on GitHub ↗
(param: Parameter)

Source from the content-addressed store, hash-verified

24 }
25
26 addParameter(param: Parameter): this {
27 this.parameters.push(param)
28 return this
29 }
30
31 addGenericParameter(param: GenericParameter): this {
32 this.genericParameters.push(param)

Callers 15

Method.test.tsFile · 0.45
buildTypedQueryTsFunction · 0.45
queryRawTypedDefinitionFunction · 0.45
runCommandRawDefinitionFunction · 0.45
buildModelDelegateMethodFunction · 0.45
promiseCallbackFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected