MCPcopy Create free account
hub / github.com/alibaba/zvec / data

Method data

src/ailego/container/vector_array.h:504–506  ·  view source on GitHub ↗

Retrieve pointer of data

Source from the content-addressed store, hash-verified

502
503 //! Retrieve pointer of data
504 ValueType *data(void) {
505 return reinterpret_cast<ValueType *>(&buffer_[0]);
506 }
507
508 //! Retrieve pointer of data
509 const ValueType *data(void) const {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected