MCPcopy
hub / github.com/prisma/prisma / check

Method check

packages/ts-builders/src/ConditionalType.ts:33–35  ·  view source on GitHub ↗
(checkType: TypeBuilder)

Source from the content-addressed store, hash-verified

31
32class ConditionalTypeBuilder {
33 check(checkType: TypeBuilder) {
34 return new ConditionalTypeBuilderWithCheckType(checkType)
35 }
36}
37
38class ConditionalTypeBuilderWithCheckType {

Calls

no outgoing calls

Tested by

no test coverage detected