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

Function runCollect

packages/effect/src/internal/channel.ts:2055–2057  ·  view source on GitHub ↗
(
  self: Channel.Channel<OutElem, unknown, OutErr, InErr, OutDone, InDone, Env>
)

Source from the content-addressed store, hash-verified

2053
2054/** @internal */
2055export const runCollect = <OutElem, OutErr, InErr, OutDone, InDone, Env>(
2056 self: Channel.Channel<OutElem, unknown, OutErr, InErr, OutDone, InDone, Env>
2057): Effect.Effect<[Chunk.Chunk<OutElem>, OutDone], OutErr, Env> => run(core.collectElements(self))
2058
2059/** @internal */
2060export const runDrain = <OutElem, OutErr, InErr, OutDone, InDone, Env>(

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected