Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ addPreamble
Function
addPreamble
packages/client-generator-js/src/utils/addPreamble.ts:22–24 ·
view source on GitHub ↗
(fileContent: string)
Source
from the content-addressed store, hash-verified
20
}
21
22
export
function
addPreamble(fileContent: string) {
23
return
generatedCodePreamble + fileContent
24
}
Callers
2
copyRuntimeFiles
Function · 0.90
addPreambleToJSFiles
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected