| 132 | [[nodiscard]] size_t nbits() const { return nbits_; } |
| 133 | [[nodiscard]] bool is_built() const { return built_; } |
| 134 | [[nodiscard]] std::string metric() const { return metric_to_string(metric_); } |
| 135 | |
| 136 | private: |
| 137 | IvfIndex() = default; |
nothing calls this directly
no test coverage detected