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

Function mapIteratorValue

src/Map.js:669–671  ·  view source on GitHub ↗
(type, entry)

Source from the content-addressed store, hash-verified

667}
668
669function mapIteratorValue(type, entry) {
670 return iteratorValue(type, entry[0], entry[1]);
671}
672
673function mapIteratorFrame(node, prev) {
674 return {

Callers 1

nextMethod · 0.85

Calls 1

iteratorValueFunction · 0.90

Tested by

no test coverage detected