Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ realPath
Function
realPath
packages/platform/src/internal/fileSystem.ts:157–159 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
155
return
Effect.fail(notFound(
"readLink"
, path))
156
},
157
realPath(path) {
158
return
Effect.fail(notFound(
"realPath"
, path))
159
},
160
remove() {
161
return
Effect.void
162
},
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.85
fail
Method · 0.65
Tested by
no test coverage detected