MCPcopy Create free account
hub / github.com/Effect-TS/effect / copyFile

Function copyFile

packages/effect/src/FileSystem.ts:840–842  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

838 return Effect.fail(notFound("copy", path))
839 },
840 copyFile(path) {
841 return Effect.fail(notFound("copyFile", path))
842 },
843 glob(pattern) {
844 return Effect.fail(notFound("glob", pattern))
845 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected