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