MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / InsertNewComment

Method InsertNewComment

3rdparty/tinyxml2/tinyxml2.cpp:2045–2049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2043}
2044
2045XMLComment* XMLElement::InsertNewComment(const char* comment)
2046{
2047 XMLComment* node = _document->NewComment(comment);
2048 return InsertEndChild(node) ? node : 0;
2049}
2050
2051XMLText* XMLElement::InsertNewText(const char* text)
2052{

Callers

nothing calls this directly

Calls 1

NewCommentMethod · 0.80

Tested by

no test coverage detected