MCPcopy 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

suspendFunction · 0.70

Calls 2

notFoundFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected