MCPcopy Index your code
hub / github.com/Effect-TS/effect / chmod

Function chmod

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

Source from the content-addressed store, hash-verified

107 return Effect.fail(notFound("access", path))
108 },
109 chmod(path) {
110 return Effect.fail(notFound("chmod", path))
111 },
112 chown(path) {
113 return Effect.fail(notFound("chown", path))
114 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected