| 428 | } |
| 429 | |
| 430 | void CreateFile(size_t version) { |
| 431 | emb_files_.emplace_back( |
| 432 | emb_file_creator_->Create(path_, version, BUFFER_SIZE)); |
| 433 | } |
| 434 | |
| 435 | Status FlushAndUpdate(char* value_buffer, K* id_buffer, |
| 436 | EmbPosition** pos_buffer, int64& n_ids, |
nothing calls this directly
no test coverage detected