MCPcopy 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

ParseDeepMethod · 0.45
ErrorStrMethod · 0.45
ClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected