MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / KeyEntry

Method KeyEntry

src/storage/segment.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94class KeyEntry {
95 public:
96 KeyEntry() : entries(12, 4, tcmp), refs_(0), count_(0) {}
97 explicit KeyEntry(uint8_t height)
98 : entries(height, 4, tcmp), refs_(0), count_(0) {}
99 ~KeyEntry() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected