Return the object that holds the edits to the descriptor done by this compaction.
| 327 | // Return the object that holds the edits to the descriptor done |
| 328 | // by this compaction. |
| 329 | VersionEdit* edit() { return &edit_; } |
| 330 | |
| 331 | // "which" must be either 0 or 1 |
| 332 | int num_input_files(int which) const { return inputs_[which].size(); } |
no outgoing calls
no test coverage detected