| 4152 | } |
| 4153 | |
| 4154 | int64_t inline getRangeResultFamilyBytes(RangeResultRef result) { |
| 4155 | return result.expectedSize(); |
| 4156 | } |
| 4157 | |
| 4158 | int64_t inline getRangeResultFamilyBytes(MappedRangeResultRef result) { |
| 4159 | int64_t bytes = 0; |
no test coverage detected