Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ JS
Function
JS
packages/client-generator-js/src/TSClient/Generable.ts:8–10 · packages/client-generator-js/src/TSClient/Generable.ts::JS
(gen: Generable)
Source
from the content-addressed store, hash-verified
6
}
7
8
export
function
JS(gen: Generable): string {
9
return
gen.toJS?.() ??
class
="st">''
10
}
11
12
export
function
BrowserJS(gen: Generable): string {
13
return
gen.toBrowserJS?.() ??
class
="st">''
Callers
1
buildClient
Function · 0.90
Calls
1
toJS
Method · 0.65
Tested by
no test coverage detected