MCPcopy Create free account
hub / github.com/Effect-TS/effect / readFile

Function readFile

packages/effect/src/FileSystem.ts:873–875  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

871 return Effect.fail(notFound("readDirectory", path))
872 },
873 readFile(path) {
874 return Effect.fail(notFound("readFile", path))
875 },
876 readFileString(path) {
877 return Effect.fail(notFound("readFileString", path))
878 },

Callers 2

importFileMethod · 0.50
extractFileFunction · 0.50

Calls 2

notFoundFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected