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

Function readDirectory

packages/effect/test/ConfigProvider.test.ts:968–970  ·  view source on GitHub ↗
(_path)

Source from the content-addressed store, hash-verified

966 return Effect.fail(notFound("readFileString"))
967 },
968 readDirectory(_path) {
969 return Effect.fail(notFound("readDirectory"))
970 }
971 })
972 const Platform = Layer.mergeAll(Fs, Path.layer)
973

Callers

nothing calls this directly

Calls 3

notFoundFunction · 0.70
failMethod · 0.45
succeedMethod · 0.45

Tested by

no test coverage detected