(grouper, context)
| 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; |
nothing calls this directly
no test coverage detected