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

Function PreviousSibling

native/thirdpart/tinyxml2/tinyxml2.h:805–807  ·  view source on GitHub ↗

Get the previous (left) sibling node of this node.

Source from the content-addressed store, hash-verified

803
804 /// Get the previous (left) sibling node of this node.
805 const XMLNode* PreviousSibling() const {
806 return _prev;
807 }
808
809 XMLNode* PreviousSibling() {
810 return _prev;

Callers

nothing calls this directly

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected