Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
bool Data::isNull() const {
77
return (_bytes == nullptr || _size == 0);
78
}
79
80
uint8_t *Data::getBytes() const {
81
return _bytes;
Callers
15
vconsole.min.js
File · 0.45
vconsole.min.js
File · 0.45
_readFile
Method · 0.45
createVhost
Method · 0.45
load
Method · 0.45
decodeToPcm
Method · 0.45
decodeToPcm
Method · 0.45
decodeToPcm
Method · 0.45
isCCZFile
Method · 0.45
isGZipFile
Method · 0.45
inflateCCZFile
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected