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

Method data

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

Source from the content-addressed store, hash-verified

106 }
107
108 [[nodiscard]] pointer data() { return pointer_; }
109 [[nodiscard]] const_pointer data() const { return pointer_; }
110
111 [[nodiscard]] reference at(size_t idx) { return pointer_[idx]; }

Callers 15

mainFunction · 0.45
mainFunction · 0.45
get_nprobesFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
buildMethod · 0.45
searchMethod · 0.45
buildMethod · 0.45
searchMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by 2

PrepareDataMethod · 0.36
TEST_FFunction · 0.36