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

Function mapIteratorFrame

src/Map.js:673–679  ·  view source on GitHub ↗
(node, prev)

Source from the content-addressed store, hash-verified

671}
672
673function mapIteratorFrame(node, prev) {
674 return {
675 node: node,
676 index: 0,
677 __prev: prev,
678 };
679}
680
681function makeMap(size, root, ownerID, hash) {
682 const map = Object.create(MapPrototype);

Callers 2

constructorMethod · 0.85
nextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected