| 94 | class 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() {} |
nothing calls this directly
no outgoing calls
no test coverage detected