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

Method takeBetween

packages/effect/src/internal/pubsub.ts:1074–1076  ·  view source on GitHub ↗
(min: number, max: number)

Source from the content-addressed store, hash-verified

1072 }
1073
1074 takeBetween(min: number, max: number): Effect.Effect<Chunk.Chunk<A>> {
1075 return core.suspend(() => takeRemainderLoop(this, min, max, Chunk.empty()))
1076 }
1077}
1078
1079/** @internal */

Callers

nothing calls this directly

Calls 1

takeRemainderLoopFunction · 0.70

Tested by

no test coverage detected