MCPcopy Create free account
hub / github.com/Tencent/mars / data

Method data

mars/boost/array.hpp:171–171  ·  view source on GitHub ↗

direct access to data (read-only)

Source from the content-addressed store, hash-verified

169
170 // direct access to data (read-only)
171 const T* data() const { return elems; }
172 T* data() { return elems; }
173
174 // use array as C array (direct read/write access to data)

Callers 9

DoubleHybridEncryptFunction · 0.45
HybridEncryptFunction · 0.45
DoubleHybridDecryptFunction · 0.45
HybridDecryptFunction · 0.45
HybridAesDecryptFunction · 0.45
AESEncryptFunction · 0.45
LoadECPubKeyFromStringFunction · 0.45
appender_openFunction · 0.45
appender_closeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected