| 172 | } |
| 173 | |
| 174 | ExtStringRef beginKey() const { return ExtStringRef(entry().key, offset && entry().stack.size()); } |
| 175 | ExtStringRef endKey() const { return offset ? nextEntry().key : ExtStringRef(entry().key, 1); } |
| 176 | |
| 177 | OperationStack const& op() const { |
nothing calls this directly
no test coverage detected