Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ rimraf
Function
rimraf
packages/fetch-engine/src/downloadZip.ts:15–15 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
13
14
const
debug = Debug(
'prisma:fetch-engine:downloadZip'
)
15
const
rimraf = (path: string) => fs.promises.rm(path, { force: true, recursive: true })
16
17
export
type
DownloadResult = {
18
lastModified: string
Callers
1
downloadZip
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected