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

Function map

src/CollectionImpl.js:232–234  ·  view source on GitHub ↗
(mapper, context)

Source from the content-addressed store, hash-verified

230 },
231
232 map(mapper, context) {
233 return reify(this, mapFactory(this, mapper, context));
234 },
235
236 reduce(reducer, initialReduction, context) {
237 return reduce(

Callers

nothing calls this directly

Calls 2

reifyFunction · 0.90
mapFactoryFunction · 0.90

Tested by

no test coverage detected