MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Empty

Method Empty

native/thirdpart/tinyxml2/tinyxml2.h:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 }
252
253 bool Empty() const {
254 return _size == 0;
255 }
256
257 T& operator[](int i) {
258 TIXMLASSERT( i>= 0 && i < _size );

Callers 3

ClearMethod · 0.80
ParseDeepMethod · 0.80
ErrorStrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected