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

Function prepend_element

native/thirdpart/tinyxml2/tixml2ex.h:550–553  ·  view source on GitHub ↗

prepend family

Source from the content-addressed store, hash-verified

548
549 // prepend family
550 inline XMLElement * prepend_element (XMLElement * parent, const std::string & xpath)
551 {
552 return append_element (parent, xpath, {}, ""s, false);
553 }
554
555 inline XMLElement * prepend_element (XMLElement * parent, const std::string & xpath, const attribute_list_t & attributes)
556 {

Callers

nothing calls this directly

Calls 1

append_elementFunction · 0.85

Tested by

no test coverage detected