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