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

Method __iterator

src/Set.js:170–172  ·  view source on GitHub ↗
(type, reverse)

Source from the content-addressed store, hash-verified

168 }
169
170 __iterator(type, reverse) {
171 return this._map.__iterator(type, reverse);
172 }
173
174 __ensureOwner(ownerID) {
175 if (ownerID === this.__ownerID) {

Callers 3

entriesFunction · 0.45
keysFunction · 0.45
valuesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected