MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / InsertNewUnknown

Method InsertNewUnknown

native/thirdpart/tinyxml2/tinyxml2.cpp:2031–2035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2029}
2030
2031XMLUnknown* XMLElement::InsertNewUnknown(const char* text)
2032{
2033 XMLUnknown* node = _document->NewUnknown(text);
2034 return InsertEndChild(node) ? node : 0;
2035}
2036
2037
2038

Callers

nothing calls this directly

Calls 1

NewUnknownMethod · 0.80

Tested by

no test coverage detected