MCPcopy Index your code
hub / github.com/Effect-TS/effect / copy

Function copy

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

Source from the content-addressed store, hash-verified

113 return Effect.fail(notFound("chown", path))
114 },
115 copy(path) {
116 return Effect.fail(notFound("copy", path))
117 },
118 copyFile(path) {
119 return Effect.fail(notFound("copyFile", path))
120 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected