Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ stream
Function
stream
packages/effect/src/FileSystem.ts:897–899 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
895
return
Effect.fail(notFound(
"stat"
, path))
896
},
897
stream(path) {
898
return
Stream.fail(notFound(
"stream"
, path))
899
},
900
symlink(fromPath) {
901
return
Effect.fail(notFound(
"symlink"
, fromPath))
902
},
Callers
1
suspend
Function · 0.70
Calls
2
notFound
Function · 0.70
fail
Method · 0.45
Tested by
no test coverage detected