Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
FunctionType.test.ts
File · 0.45
ConditionalType.test.ts
File · 0.45
IntersectionType.test.ts
File · 0.45
buildTypedQueryTs
Function · 0.45
batchingTransactionDefinition
Function · 0.45
interactiveTransactionDefinition
Function · 0.45
queryRawTypedDefinition
Function · 0.45
runCommandRawDefinition
Function · 0.45
buildModelDelegateMethod
Function · 0.45
buildFluentWrapperDefinition
Function · 0.45
promiseCallback
Function · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected