MCPcopy Create free account
hub / github.com/immutable-js/immutable-js / countBy

Function countBy

src/CollectionImpl.js:302–304  ·  view source on GitHub ↗
(grouper, context)

Source from the content-addressed store, hash-verified

300 },
301
302 countBy(grouper, context) {
303 return countByFactory(this, grouper, context);
304 },
305
306 equals(other) {
307 return deepEqual(this, other);

Callers

nothing calls this directly

Calls 1

countByFactoryFunction · 0.90

Tested by

no test coverage detected