MCPcopy
hub / github.com/prisma/prisma / method

Function method

packages/ts-builders/src/Method.ts:58–60  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

56}
57
58export function method(name: string): Method {
59 return new Method(name)
60}

Callers 5

Class.test.tsFile · 0.90
ObjectType.test.tsFile · 0.90
Method.test.tsFile · 0.90
Interface.test.tsFile · 0.90
indexOfMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected