MCPcopy Create free account
hub / github.com/crossuo/crossuo / SetValue

Method SetValue

external/tinyxml2.cpp:803–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801}
802
803void XMLNode::SetValue( const char* str, bool staticMem )
804{
805 if ( staticMem ) {
806 _value.SetInternedStr( str );
807 }
808 else {
809 _value.SetStr( str );
810 }
811}
812
813XMLNode* XMLNode::DeepClone(XMLDocument* target) const
814{

Callers 5

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

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected