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

Method InsertNewDeclaration

3rdparty/tinyxml2/tinyxml2.cpp:2057–2061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2055}
2056
2057XMLDeclaration* XMLElement::InsertNewDeclaration(const char* text)
2058{
2059 XMLDeclaration* node = _document->NewDeclaration(text);
2060 return InsertEndChild(node) ? node : 0;
2061}
2062
2063XMLUnknown* XMLElement::InsertNewUnknown(const char* text)
2064{

Callers

nothing calls this directly

Calls 1

NewDeclarationMethod · 0.80

Tested by

no test coverage detected