MCPcopy
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
22export function addPreamble(fileContent: string) {
23 return generatedCodePreamble + fileContent
24}

Callers 2

copyRuntimeFilesFunction · 0.90
addPreambleToJSFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected