MCPcopy
hub / github.com/prisma/prisma / validatePrismaClientOptions.ts

File validatePrismaClientOptions.ts

packages/client/src/runtime/utils/validatePrismaClientOptions.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { GetPrismaClientConfig, RuntimeDataModel, RuntimeModel, uncapitalize } from '@prisma/client-common'
2import leven from 'js-levenshtein'
3
4import { buildArgumentsRenderingTree, renderArgsTree } from '../core/errorRendering/ArgumentsRenderingTree'

Callers

nothing calls this directly

Calls 7

getDidYouMeanFunction · 0.85
validateLogLevelFunction · 0.85
getModelOrTypeByKeyFunction · 0.85
includesMethod · 0.80
entriesMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected