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

Method SetValue

src/util/tinyxml2/tinyxml2.cpp:771–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769 }
770
771 void XMLNode::SetValue(const char* str, bool staticMem)
772 {
773 if (staticMem) {
774 _value.SetInternedStr(str);
775 }
776 else {
777 _value.SetStr(str);
778 }
779 }
780
781 XMLNode* XMLNode::DeepClone(XMLDocument* target) const
782 {

Callers 5

SetTextMethod · 0.45
NewCommentMethod · 0.45
NewTextMethod · 0.45
NewDeclarationMethod · 0.45
NewUnknownMethod · 0.45

Calls 2

SetInternedStrMethod · 0.80
SetStrMethod · 0.80

Tested by

no test coverage detected