Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ stream
Function
stream
packages/platform/src/internal/fileSystem.ts:172–174 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
170
return
Effect.fail(notFound(
"stat"
, path))
171
},
172
stream(path) {
173
return
Stream.fail(notFound(
"stream"
, path))
174
},
175
symlink(fromPath) {
176
return
Effect.fail(notFound(
"symlink"
, fromPath))
177
},
Callers
1
make
Function · 0.70
Calls
4
notFound
Function · 0.85
Size
Function · 0.85
loop
Function · 0.70
fail
Method · 0.65
Tested by
no test coverage detected