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

Function hasNext

packages/effect/src/internal/stream.ts:8000–8000  ·  view source on GitHub ↗
(chunk: Chunk.Chunk<T>, index: number)

Source from the content-addressed store, hash-verified

7998 ZipAllState.ZipAllState<readonly [K, A], readonly [K, A2]>
7999 ] => {
8000 const hasNext = <T>(chunk: Chunk.Chunk<T>, index: number) => index < chunk.length - 1
8001 const builder: Array<[K, A3]> = []
8002 let state:
8003 | ZipAllState.ZipAllState<

Callers 1

mergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected