MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / has_next

Method has_next

include/rabitqlib/utils/buffer.hpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 [[nodiscard]] auto next_id() const { return data_[cur_].id; }
76
77 [[nodiscard]] auto has_next() const -> bool { return cur_ < size_; }
78
79 void resize(size_t new_size) {
80 this->capacity_ = new_size;

Callers 3

searchMethod · 0.80
find_candidatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected