Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ open
Function
open
packages/platform/src/internal/fileSystem.ts:142–144 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
140
return
Effect.die(
"not implemented"
)
141
},
142
open(path) {
143
return
Effect.fail(notFound(
"open"
, path))
144
},
145
readDirectory(path) {
146
return
Effect.fail(notFound(
"readDirectory"
, path))
147
},
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.85
fail
Method · 0.65
Tested by
no test coverage detected