MCPcopy Create free account
hub / github.com/effect-app/libs / copyFile

Function copyFile

scripts/stagePublishPackage.mjs:27–30  ·  view source on GitHub ↗
(from, to)

Source from the content-addressed store, hash-verified

25}
26
27const copyFile = (from, to) => {
28 _fs.mkdirSync(_path.dirname(to), { recursive: true })
29 _fs.copyFileSync(from, to)
30}
31
32const ignoredPublishFile = (path) => {
33 const parts = path.split("/")

Callers 2

copyPackedTarballsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…