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

Function open

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

Source from the content-addressed store, hash-verified

865 return Effect.die("not implemented")
866 },
867 open(path) {
868 return Effect.fail(notFound("open", path))
869 },
870 readDirectory(path) {
871 return Effect.fail(notFound("readDirectory", path))
872 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected