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

Function reduce

src/CollectionImpl.js:236–245  ·  view source on GitHub ↗
(reducer, initialReduction, context)

Source from the content-addressed store, hash-verified

234 },
235
236 reduce(reducer, initialReduction, context) {
237 return reduce(
238 this,
239 reducer,
240 initialReduction,
241 context,
242 arguments.length < 2,
243 false
244 );
245 },
246
247 reduceRight(reducer, initialReduction, context) {
248 return reduce(

Callers

nothing calls this directly

Calls 1

reduceFunction · 0.90

Tested by

no test coverage detected