Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
toTS
Method · 0.95
getActiveLogger
Function · 0.80
getActive
Function · 0.80
Calls
1
isObjectEnum
Method · 0.95
Tested by
no test coverage detected