MCPcopy Create free account
hub / github.com/Effect-TS/effect / takeBetween

Method takeBetween

packages/effect/test/Sink/constructors.test.ts:180–182  ·  view source on GitHub ↗
(min: number, max: number)

Source from the content-addressed store, hash-verified

178 }
179
180 takeBetween(min: number, max: number): Effect.Effect<Chunk.Chunk<A>> {
181 return Queue.takeBetween(this.backingQueue, min, max)
182 }
183
184 takeN(n: number): Effect.Effect<Chunk.Chunk<A>> {
185 return Queue.takeN(this.backingQueue, n)

Callers

nothing calls this directly

Calls 1

takeBetweenMethod · 0.65

Tested by

no test coverage detected