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

Method isNull

native/cocos/base/Data.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool Data::isNull() const {
77 return (_bytes == nullptr || _size == 0);
78}
79
80uint8_t *Data::getBytes() const {
81 return _bytes;

Callers 15

vconsole.min.jsFile · 0.45
vconsole.min.jsFile · 0.45
_readFileMethod · 0.45
createVhostMethod · 0.45
loadMethod · 0.45
decodeToPcmMethod · 0.45
decodeToPcmMethod · 0.45
decodeToPcmMethod · 0.45
isCCZFileMethod · 0.45
isGZipFileMethod · 0.45
inflateCCZFileMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected