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

Function chown

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

Source from the content-addressed store, hash-verified

110 return Effect.fail(notFound("chmod", path))
111 },
112 chown(path) {
113 return Effect.fail(notFound("chown", path))
114 },
115 copy(path) {
116 return Effect.fail(notFound("copy", path))
117 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected