| 2740 | } |
| 2741 | |
| 2742 | bool GetRangeLimits::hasRowLimit() { |
| 2743 | return rows != GetRangeLimits::ROW_LIMIT_UNLIMITED; |
| 2744 | } |
| 2745 | |
| 2746 | bool GetRangeLimits::hasSatisfiedMinRows() { |
| 2747 | return hasByteLimit() && minRows == 0; |
no outgoing calls
no test coverage detected