MCPcopy Create free account
hub / github.com/avast/retdec / SetValue

Method SetValue

deps/tinyxml2/tinyxml2.cpp:793–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793void XMLNode::SetValue( const char* str, bool staticMem )
794{
795 if ( staticMem ) {
796 _value.SetInternedStr( str );
797 }
798 else {
799 _value.SetStr( str );
800 }
801}
802
803XMLNode* XMLNode::DeepClone(XMLDocument* target) const
804{

Callers 5

SetTextMethod · 0.80
NewCommentMethod · 0.80
NewTextMethod · 0.80
NewDeclarationMethod · 0.80
NewUnknownMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected