Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
notFound
Function · 0.85
fail
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…