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

Method data

src/ailego/container/vector_array.h:328–330  ·  view source on GitHub ↗

Retrieve pointer of data

Source from the content-addressed store, hash-verified

326
327 //! Retrieve pointer of data
328 StoreType *data(void) {
329 return reinterpret_cast<StoreType *>(&buffer_[0]);
330 }
331
332 //! Retrieve pointer of data
333 const StoreType *data(void) const {

Callers 13

operator[]Method · 0.45
appendMethod · 0.45
replaceMethod · 0.45
dataMethod · 0.45
atMethod · 0.45
appendMethod · 0.45
replaceMethod · 0.45
atMethod · 0.45
operator[]Method · 0.45
appendMethod · 0.45
replaceMethod · 0.45
dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected