()
| 457 | } |
| 458 | |
| 459 | repeatPartition() { |
| 460 | this._offset -= this._partitionSize; |
| 461 | this._nextPartition(); |
| 462 | } |
| 463 | |
| 464 | _isPartitionEnd() { |
| 465 | return this._partitionSize >= this._maxPartitionSize; |
nothing calls this directly
no outgoing calls
no test coverage detected