MCPcopy Create free account
hub / github.com/cocos/cocos-engine / getBytes

Method getBytes

native/cocos/base/Data.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80uint8_t *Data::getBytes() const {
81 return _bytes;
82}
83
84uint32_t Data::getSize() const {
85 return _size;

Callers 15

_readFileMethod · 0.45
createVhostMethod · 0.45
loadMethod · 0.45
fileReadMethod · 0.45
isCCZFileMethod · 0.45
isGZipFileMethod · 0.45
inflateCCZFileMethod · 0.45
sendBinaryMethod · 0.45
JSB_loadFontFunction · 0.45

Calls

no outgoing calls

Tested by 2

Data_to_TypedArrayFunction · 0.36
nativevalue_to_seFunction · 0.36