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

Function groupBy

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

Source from the content-addressed store, hash-verified

376 getIn: getIn,
377
378 groupBy(grouper, context) {
379 return groupByFactory(this, grouper, context);
380 },
381
382 has(searchKey) {
383 return this.get(searchKey, NOT_SET) !== NOT_SET;

Callers

nothing calls this directly

Calls 1

groupByFactoryFunction · 0.90

Tested by

no test coverage detected