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

Function channel

packages/effect/src/Streamable.ts:42–44  ·  view source on GitHub ↗

* @internal

()

Source from the content-addressed store, hash-verified

40 * @internal
41 */
42 get channel() {
43 return Stream.toChannel(this.toStream())
44 }
45}

Callers

nothing calls this directly

Calls 1

toStreamMethod · 0.80

Tested by

no test coverage detected