(predicate, context)
| 199 | }, |
| 200 | |
| 201 | partition(predicate, context) { |
| 202 | return partitionFactory(this, predicate, context); |
| 203 | }, |
| 204 | |
| 205 | find(predicate, context, notSetValue) { |
| 206 | const entry = this.findEntry(predicate, context); |
nothing calls this directly
no test coverage detected