Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
append
Method · 0.45
replace
Method · 0.45
data
Method · 0.45
at
Method · 0.45
append
Method · 0.45
replace
Method · 0.45
at
Method · 0.45
operator[]
Method · 0.45
append
Method · 0.45
replace
Method · 0.45
data
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected