Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ Empty
Method
Empty
deps/tinyxml2/include/tinyxml2/tinyxml2.h:252–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
bool Empty() const {
253
return _size == 0;
254
}
255
256
T& operator[](int i) {
257
TIXMLASSERT( i>= 0 && i < _size );
Callers
3
ParseDeep
Method · 0.45
ErrorStr
Method · 0.45
Clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected