Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ access
Function
access
packages/platform/src/internal/fileSystem.ts:106–108 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
104
): FileSystem => {
105
return
{
106
access(path) {
107
return
Effect.fail(notFound(
"access"
, path))
108
},
109
chmod(path) {
110
return
Effect.fail(notFound(
"chmod"
, path))
111
},
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.85
fail
Method · 0.65
Tested by
no test coverage detected