()
| 515 | } |
| 516 | |
| 517 | const valuesNeeded = () => Math.max(limit - changes.length, 0) |
| 518 | const collectionExhausted = () => keys.length === 0 |
| 519 | |
| 520 | // Create a value extractor for the orderBy field to properly track the biggest indexed value |
nothing calls this directly
no outgoing calls
no test coverage detected