MCPcopy
hub / github.com/Effect-TS/effect / access

Function access

packages/platform/src/internal/fileSystem.ts:106–108  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

104): FileSystem => {
105 return {
106 access(path) {
107 return Effect.fail(notFound("access", path))
108 },
109 chmod(path) {
110 return Effect.fail(notFound("chmod", path))
111 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected