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

Method data

src/ailego/container/vector_array.h:148–150  ·  view source on GitHub ↗

Retrieve pointer of data

Source from the content-addressed store, hash-verified

146
147 //! Retrieve pointer of data
148 ValueType *data(void) {
149 return reinterpret_cast<ValueType *>(&buffer_[0]);
150 }
151
152 //! Retrieve pointer of data
153 const ValueType *data(void) const {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected