Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ extends
Method
extends
packages/ts-builders/src/Class.ts:38–41 ·
view source on GitHub ↗
(type: NamedType)
Source
from the content-addressed store, hash-verified
36
}
37
38
extends(
type
: NamedType) {
39
this.extendedTypes.push(
type
)
40
return
this
41
}
42
43
write(writer: Writer): void {
44
writer.write(
'class '
).write(this.name)
Callers
15
eslint.config.cjs
File · 0.45
Class.test.ts
File · 0.45
GenericParameter.test.ts
File · 0.45
ConditionalType.test.ts
File · 0.45
Interface.test.ts
File · 0.45
IntersectionType.test.ts
File · 0.45
utils.ts
File · 0.45
batchingTransactionDefinition
Function · 0.45
getNonAggregateMethodGenericParam
Function · 0.45
getNonAggregateMethodDependencyValidations
Function · 0.45
buildFluentWrapperDefinition
Function · 0.45
utils.ts
File · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected