MCPcopy Create free account
hub / github.com/effect-app/libs / Channel.ts

File Channel.ts

repos/effect/packages/effect/src/Channel.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Provides low-level building blocks for streaming data through Effect.
3 *
4 * A `Channel` can read input elements, write output elements, fail with a typed

Callers

nothing calls this directly

Calls 15

addSpanStackTraceFunction · 0.90
constantFunction · 0.90
isChannelFunction · 0.85
concurrencyIsSequentialFunction · 0.85
mapEffectSequentialFunction · 0.85
mapEffectConcurrentFunction · 0.85
toTransformFunction · 0.85
flatMapSequentialFunction · 0.85
flatMapConcurrentFunction · 0.85
predicateFunction · 0.85
initialFunction · 0.85
orElseFunction · 0.85

Tested by

no test coverage detected