Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ chown
Function
chown
packages/effect/src/FileSystem.ts:834–836 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
832
return
Effect.fail(notFound(
"chmod"
, path))
833
},
834
chown(path) {
835
return
Effect.fail(notFound(
"chown"
, path))
836
},
837
copy(path) {
838
return
Effect.fail(notFound(
"copy"
, path))
839
},
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.70
fail
Method · 0.45
Tested by
no test coverage detected