Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ readDirectory
Function
readDirectory
packages/effect/src/FileSystem.ts:870–872 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
868
return
Effect.fail(notFound(
"open"
, path))
869
},
870
readDirectory(path) {
871
return
Effect.fail(notFound(
"readDirectory"
, path))
872
},
873
readFile(path) {
874
return
Effect.fail(notFound(
"readFile"
, path))
875
},
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.70
fail
Method · 0.45
Tested by
no test coverage detected