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

Method at

include/rabitqlib/utils/array.hpp:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 [[nodiscard]] const_pointer data() const { return pointer_; }
110
111 [[nodiscard]] reference at(size_t idx) { return pointer_[idx]; }
112 [[nodiscard]] const_reference at(size_t idx) const { return pointer_[idx]; }
113
114 void save(std::ofstream& output) const {

Callers 3

get_vectorMethod · 0.45
get_batch_dataMethod · 0.45
get_neighborsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected