MCPcopy 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

makeFunction · 0.70

Calls 4

notFoundFunction · 0.85
SizeFunction · 0.85
loopFunction · 0.70
failMethod · 0.65

Tested by

no test coverage detected