MCPcopy
hub / github.com/prisma/prisma / pipe

Function pipe

packages/get-platform/src/test-utils/jestSnapshotSerializer.js:8–10  ·  view source on GitHub ↗
(...fns)

Source from the content-addressed store, hash-verified

6// Pipe utility
7const pipe =
8 (...fns) =>
9 (x) =>
10 fns.reduce((v, f) => f(v), x)
11
12function normalizePrismaPaths(str) {
13 return str

Callers 14

serializeFunction · 0.70
removeDirFunction · 0.50
removeFileFunction · 0.50
mergeSchemasFunction · 0.50
resolveEngineFunction · 0.50
validateFunction · 0.50
parseQueryEngineErrorFunction · 0.50
getConfigFunction · 0.50
createViewsIOFunction · 0.50
cleanLeftoversIOFunction · 0.50
parsePrismaConfigShapeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected