Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
94
export
function
iteratorDone(): IteratorReturnResult<undefined> {
95
return
{ value: undefined, done: true };
96
}
97
98
export
function
hasIterator(
99
maybeIterable: unknown
Callers
12
__iterator
Method · 0.90
__iterator
Method · 0.90
__iterator
Method · 0.90
next
Method · 0.90
__iterator
Method · 0.90
sliceFactory
Function · 0.90
takeWhileFactory
Function · 0.90
flattenFactory
Function · 0.90
zipWithFactory
Function · 0.90
__iterator
Method · 0.90
__iterator
Method · 0.90
__iterator
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected