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

Function LastChild

native/thirdpart/tinyxml2/tinyxml2.h:787–789  ·  view source on GitHub ↗

Get the last child node, or null if none exists.

Source from the content-addressed store, hash-verified

785
786 /// Get the last child node, or null if none exists.
787 const XMLNode* LastChild() const {
788 return _lastChild;
789 }
790
791 XMLNode* LastChild() {
792 return _lastChild;

Callers 1

ParseDeepMethod · 0.85

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected