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

Method InsertNewComment

native/thirdpart/tinyxml2/tinyxml2.cpp:2013–2017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2011}
2012
2013XMLComment* XMLElement::InsertNewComment(const char* comment)
2014{
2015 XMLComment* node = _document->NewComment(comment);
2016 return InsertEndChild(node) ? node : 0;
2017}
2018
2019XMLText* XMLElement::InsertNewText(const char* text)
2020{

Callers

nothing calls this directly

Calls 1

NewCommentMethod · 0.80

Tested by

no test coverage detected