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

Method next_id

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

return candidate id for next pop()

Source from the content-addressed store, hash-verified

73
74 // return candidate id for next pop()
75 [[nodiscard]] auto next_id() const { return data_[cur_].id; }
76
77 [[nodiscard]] auto has_next() const -> bool { return cur_ < size_; }
78

Callers 2

scan_neighborsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected