MCPcopy Create free account
hub / github.com/baidu/tera / ExtractKeyType

Function ExtractKeyType

src/io/coding.cc:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60UserKeyType 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

Callers

nothing calls this directly

Calls 1

ParseKeySliceFunction · 0.85

Tested by

no test coverage detected