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

Method InsertNewDeclaration

native/thirdpart/tinyxml2/tinyxml2.cpp:2025–2029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2023}
2024
2025XMLDeclaration* XMLElement::InsertNewDeclaration(const char* text)
2026{
2027 XMLDeclaration* node = _document->NewDeclaration(text);
2028 return InsertEndChild(node) ? node : 0;
2029}
2030
2031XMLUnknown* XMLElement::InsertNewUnknown(const char* text)
2032{

Callers

nothing calls this directly

Calls 1

NewDeclarationMethod · 0.80

Tested by

no test coverage detected