Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
notFound
Function · 0.85
fail
Method · 0.65
Tested by
no test coverage detected