| 58 | } |
| 59 | |
| 60 | UserKeyType ExtractKeyType(const leveldb::Slice& key_slice) { |
| 61 | UserKeyType type; |
| 62 | CHECK(ParseKeySlice(key_slice, NULL, &type, NULL, NULL)); |
| 63 | return type; |
| 64 | } |
| 65 | |
| 66 | } // namespace io |
| 67 | } // namespace tera |
nothing calls this directly
no test coverage detected