Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ link
Function
link
packages/effect/src/FileSystem.ts:849–851 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
847
return
Effect.succeed(false)
848
},
849
link(path) {
850
return
Effect.fail(notFound(
"link"
, path))
851
},
852
makeDirectory() {
853
return
Effect.die(
"not implemented"
)
854
},
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.70
fail
Method · 0.45
Tested by
no test coverage detected