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

Method is_full

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

Source from the content-addressed store, hash-verified

101 }
102
103 [[nodiscard]] auto is_full() const -> bool { return size_ == capacity_; }
104
105 // judge if dist can be inserted into buffer
106 [[nodiscard]] auto is_full(T dist) const -> bool { return dist > top_dist(); }

Callers 3

scan_neighborsMethod · 0.80
update_resultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected