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

Function readDirectory

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

Source from the content-addressed store, hash-verified

868 return Effect.fail(notFound("open", path))
869 },
870 readDirectory(path) {
871 return Effect.fail(notFound("readDirectory", path))
872 },
873 readFile(path) {
874 return Effect.fail(notFound("readFile", path))
875 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected