MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / __iterate

Method __iterate

src/Set.js:166–168  ·  view source on GitHub ↗
(fn, reverse)

Source from the content-addressed store, hash-verified

164 }
165
166 __iterate(fn, reverse) {
167 return this._map.__iterate((k) => fn(k, k, this), reverse);
168 }
169
170 __iterator(type, reverse) {
171 return this._map.__iterator(type, reverse);

Callers 12

ensureSizeFunction · 0.45
reduceFunction · 0.45
toJSFunction · 0.45
toArrayFunction · 0.45
everyFunction · 0.45
forEachFunction · 0.45
joinFunction · 0.45
someFunction · 0.45
findEntryFunction · 0.45
deepEqualFunction · 0.45
hashCollectionFunction · 0.45
toObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected