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

Method InsertNewText

native/thirdpart/tinyxml2/tinyxml2.cpp:2019–2023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2017}
2018
2019XMLText* XMLElement::InsertNewText(const char* text)
2020{
2021 XMLText* node = _document->NewText(text);
2022 return InsertEndChild(node) ? node : 0;
2023}
2024
2025XMLDeclaration* XMLElement::InsertNewDeclaration(const char* text)
2026{

Callers

nothing calls this directly

Calls 1

NewTextMethod · 0.80

Tested by

no test coverage detected