MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / InsertNewText

Method InsertNewText

externals/tinyxml2/tinyxml2.cpp:2051–2055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2049}
2050
2051XMLText* XMLElement::InsertNewText(const char* text)
2052{
2053 XMLText* node = _document->NewText(text);
2054 return InsertEndChild(node) ? node : 0;
2055}
2056
2057XMLDeclaration* XMLElement::InsertNewDeclaration(const char* text)
2058{

Callers

nothing calls this directly

Calls 1

NewTextMethod · 0.80

Tested by

no test coverage detected