MCPcopy Index your code
hub / github.com/Effect-TS/effect / toStream

Method toStream

packages/effect/test/Stream/streamable.test.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 Effect.gen(function*() {
12 class MyStream extends Streamable.Class<number> {
13 toStream() {
14 return Stream.fromIterable([1, 2, 3])
15 }
16 }
17 const stream = new MyStream()
18

Callers 7

LanguageModel.tsFile · 0.80
RpcServer.tsFile · 0.80
Mailbox.test.tsFile · 0.80
channelFunction · 0.80
Client.tsFile · 0.80
Server.tsFile · 0.80
TestEntity.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected