MCPcopy
hub / github.com/Effect-TS/effect / copyFile

Function copyFile

packages/platform/src/internal/fileSystem.ts:118–120  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

116 return Effect.fail(notFound("copy", path))
117 },
118 copyFile(path) {
119 return Effect.fail(notFound("copyFile", path))
120 },
121 exists() {
122 return Effect.succeed(false)
123 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected