MCPcopy
hub / github.com/prisma/prisma / getDMMF

Function getDMMF

packages/internals/src/engine-commands/getDmmf.ts:54–56  ·  view source on GitHub ↗
(options: GetDMMFOptions)

Source from the content-addressed store, hash-verified

52 * Wasm'd version of `getDMMF`.
53 */
54export async function getDMMF(options: GetDMMFOptions): Promise<DMMF.Document> {
55 return Promise.resolve(handleGetDmmfResult(getDMMFRaw(options)))
56}
57
58export async function getInternalDMMF(options: GetDMMFOptions): Promise<DMMF.Document> {
59 return Promise.resolve(handleGetDmmfResult(getInternalDMMFRaw(options)))

Callers 7

generateInFolderFunction · 0.90
dmmfTypes.test.tsFile · 0.90
dmmf.test.tsFile · 0.90
setupTestSuiteClientFunction · 0.90
getGeneratorsFunction · 0.90
getDmmf.test.tsFile · 0.50

Calls 1

handleGetDmmfResultFunction · 0.85

Tested by

no test coverage detected