MCPcopy Index your code
hub / github.com/Effect-TS/effect / readFile

Function readFile

packages/platform/src/internal/fileSystem.ts:148–150  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

146 return Effect.fail(notFound("readDirectory", path))
147 },
148 readFile(path) {
149 return Effect.fail(notFound("readFile", path))
150 },
151 readFileString(path) {
152 return Effect.fail(notFound("readFileString", path))
153 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected