MCPcopy
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
14const debug = Debug('prisma:fetch-engine:downloadZip')
15const rimraf = (path: string) => fs.promises.rm(path, { force: true, recursive: true })
16
17export type DownloadResult = {
18 lastModified: string

Callers 1

downloadZipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected