Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ access
Function
access
packages/effect/src/FileSystem.ts:828–830 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
826
FileSystem.of({
827
[TypeId]: TypeId,
828
access(path) {
829
return
Effect.fail(notFound(
"access"
, path))
830
},
831
chmod(path) {
832
return
Effect.fail(notFound(
"chmod"
, path))
833
},
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.70
fail
Method · 0.45
Tested by
no test coverage detected