Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ readLink
Function
readLink
packages/effect/src/FileSystem.ts:879–881 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
877
return
Effect.fail(notFound(
"readFileString"
, path))
878
},
879
readLink(path) {
880
return
Effect.fail(notFound(
"readLink"
, path))
881
},
882
realPath(path) {
883
return
Effect.fail(notFound(
"realPath"
, path))
884
},
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.70
fail
Method · 0.45
Tested by
no test coverage detected