| 65 | } |
| 66 | |
| 67 | ExtStringRef RYWIterator::beginKey() { |
| 68 | return begin_key_cmp <= 0 ? writes.beginKey() : cache.beginKey(); |
| 69 | } |
| 70 | ExtStringRef RYWIterator::endKey() { |
| 71 | return end_key_cmp <= 0 ? cache.endKey() : writes.endKey(); |
| 72 | } |
no outgoing calls
no test coverage detected