Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ readDirectory
Function
readDirectory
packages/effect/test/ConfigProvider.test.ts:968–970 ·
view source on GitHub ↗
(_path)
Source
from the content-addressed store, hash-verified
966
return
Effect.fail(notFound(
"readFileString"
))
967
},
968
readDirectory(_path) {
969
return
Effect.fail(notFound(
"readDirectory"
))
970
}
971
})
972
const
Platform = Layer.mergeAll(Fs, Path.layer)
973
Callers
nothing calls this directly
Calls
3
notFound
Function · 0.70
fail
Method · 0.45
succeed
Method · 0.45
Tested by
no test coverage detected