| 268 | } |
| 269 | |
| 270 | DatabaseTransaction::~DatabaseTransaction() { database_->EndTransaction(); } |
| 271 | |
| 272 | FeatureDescriptorsFloat LoadRandomDatabaseDescriptors(const Database& database, |
| 273 | int max_num_descriptors) { |
nothing calls this directly
no test coverage detected