MCPcopy Create free account
hub / github.com/cemu-project/Cemu / NewText

Method NewText

src/util/tinyxml2/tinyxml2.cpp:2102–2107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2100
2101
2102 XMLText* XMLDocument::NewText(const char* str)
2103 {
2104 XMLText* text = CreateUnlinkedNode<XMLText>(_textPool);
2105 text->SetValue(str);
2106 return text;
2107 }
2108
2109
2110 XMLDeclaration* XMLDocument::NewDeclaration(const char* str)

Callers 2

ShallowCloneMethod · 0.80
SetTextMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected