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

Method __iterator

src/Operations.js:80–82  ·  view source on GitHub ↗
(type, reverse)

Source from the content-addressed store, hash-verified

78 }
79
80 __iterator(type, reverse) {
81 return this._iter.__iterator(type, reverse);
82 }
83}
84ToKeyedSequence.prototype[IS_ORDERED_SYMBOL] = true;
85

Callers

nothing calls this directly

Calls 1

__iteratorMethod · 0.45

Tested by

no test coverage detected