Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ link
Function
link
packages/platform/src/internal/fileSystem.ts:124–126 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
122
return
Effect.succeed(false)
123
},
124
link(path) {
125
return
Effect.fail(notFound(
"link"
, path))
126
},
127
makeDirectory() {
128
return
Effect.die(
"not implemented"
)
129
},
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.85
fail
Method · 0.65
Tested by
no test coverage detected