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

Function NoChildren

native/thirdpart/tinyxml2/tinyxml2.h:764–766  ·  view source on GitHub ↗

Returns true if this node has no children.

Source from the content-addressed store, hash-verified

762
763 /// Returns true if this node has no children.
764 bool NoChildren() const {
765 return !_firstChild;
766 }
767
768 /// Get the first child node, or null if none exists.
769 const XMLNode* FirstChild() const {

Callers 1

ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected