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

Method InsertNewUnknown

3rdparty/tinyxml2/tinyxml2.cpp:2063–2067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2061}
2062
2063XMLUnknown* XMLElement::InsertNewUnknown(const char* text)
2064{
2065 XMLUnknown* node = _document->NewUnknown(text);
2066 return InsertEndChild(node) ? node : 0;
2067}
2068
2069
2070

Callers

nothing calls this directly

Calls 1

NewUnknownMethod · 0.80

Tested by

no test coverage detected