MCPcopy Create free account
hub / github.com/crossuo/crossuo / LastChild

Function LastChild

external/tinyxml2.h:786–788  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

ParseDeepMethod · 0.85

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected