Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ toUnixPath
Function
toUnixPath
packages/internals/src/__tests__/getSchema.test.ts:19–21 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
17
const
FIXTURE_CWD = path.resolve(fixturesPath,
'getSchema'
)
18
19
function
toUnixPath(path: string) {
20
return
path.replace(/\\/g,
'/'
)
21
}
22
23
async
function
testSchemaPath({
24
fixtureName,
Callers
1
testSchemaPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected