| 276 | } |
| 277 | |
| 278 | void |
| 279 | IVF::GetCodeByInnerId(InnerIdType inner_id, uint8_t* data) const { |
| 280 | auto [bucket_id, offset_id] = this->get_location(inner_id); |
| 281 | this->bucket_->GetCodesById(bucket_id, offset_id, data); |
| 282 | } |
| 283 | |
| 284 | void |
| 285 | IVF::InitFeatures() { |
no test coverage detected