MCPcopy
hub / github.com/immutable-js/immutable-js / iteratorDone

Function iteratorDone

src/Iterator.ts:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94export function iteratorDone(): IteratorReturnResult<undefined> {
95 return { value: undefined, done: true };
96}
97
98export function hasIterator(
99 maybeIterable: unknown

Callers 12

__iteratorMethod · 0.90
__iteratorMethod · 0.90
__iteratorMethod · 0.90
nextMethod · 0.90
__iteratorMethod · 0.90
sliceFactoryFunction · 0.90
takeWhileFactoryFunction · 0.90
flattenFactoryFunction · 0.90
zipWithFactoryFunction · 0.90
__iteratorMethod · 0.90
__iteratorMethod · 0.90
__iteratorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected