| 134 | } |
| 135 | |
| 136 | void CompactMemTable() { dbfull()->TEST_CompactMemTable(); } |
| 137 | |
| 138 | // Directly construct a log file that sets key to val. |
| 139 | void MakeLogFile(uint64_t lognum, SequenceNumber seq, Slice key, Slice val) { |
nothing calls this directly
no test coverage detected