MCPcopy
hub / github.com/prisma/prisma / getValue

Method getValue

packages/client-generator-ts/src/TSClient/Enum.ts:34–36  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

32 }
33
34 private getValue(value: string): string {
35 return this.isObjectEnum() ? value : `'${value}'`
36 }
37}

Callers 3

toTSMethod · 0.95
getActiveLoggerFunction · 0.80
getActiveFunction · 0.80

Calls 1

isObjectEnumMethod · 0.95

Tested by

no test coverage detected