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

Function readFileString

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

Source from the content-addressed store, hash-verified

874 return Effect.fail(notFound("readFile", path))
875 },
876 readFileString(path) {
877 return Effect.fail(notFound("readFileString", path))
878 },
879 readLink(path) {
880 return Effect.fail(notFound("readLink", path))
881 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected