Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ readFile
Function
readFile
repos/effect/packages/effect/src/FileSystem.ts:947–949 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
945
*
946
*
// Provide the test layer
947
*
const
testProgram = Effect.provide(program, testLayer)
948
* Effect.runSync(testProgram)
// => "mocked content"
949
* ```
950
*
951
* @category layers
952
* @since 4.0.0
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.85
fail
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…