MCPcopy Create free account
hub / github.com/Norbyte/bg3se / InsertNewComment

Method InsertNewComment

CoreLib/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.45

Tested by

no test coverage detected