| 154 | Slice user_key() const { return ExtractUserKey(rep_); } |
| 155 | |
| 156 | void SetFrom(const ParsedInternalKey& p) { |
| 157 | rep_.clear(); |
| 158 | AppendInternalKey(&rep_, p); |
| 159 | } |
| 160 | |
| 161 | void Clear() { rep_.clear(); } |
| 162 |
nothing calls this directly
no test coverage detected