Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ stat
Function
stat
packages/platform/src/internal/fileSystem.ts:169–171 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
167
return
Sink.fail(notFound(
"sink"
, path))
168
},
169
stat(path) {
170
return
Effect.fail(notFound(
"stat"
, path))
171
},
172
stream(path) {
173
return
Stream.fail(notFound(
"stream"
, path))
174
},
Callers
2
watchNode
Function · 0.85
watch
Function · 0.85
Calls
2
notFound
Function · 0.85
fail
Method · 0.65
Tested by
no test coverage detected