Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
const
pipe =
8
(...fns) =>
9
(x) =>
10
fns.reduce((v, f) => f(v), x)
11
12
function
normalizePrismaPaths(str) {
13
return
str
Callers
14
serialize
Function · 0.70
removeDir
Function · 0.50
removeFile
Function · 0.50
mergeSchemas
Function · 0.50
resolveEngine
Function · 0.50
validate
Function · 0.50
parseQueryEngineError
Function · 0.50
getConfig
Function · 0.50
createViewsIO
Function · 0.50
cleanLeftoversIO
Function · 0.50
parsePrismaConfigShape
Function · 0.50
parsePrismaConfigInternalShape
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected