MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / NewComment

Method NewComment

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2094–2099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2092
2093
2094XMLComment* XMLDocument::NewComment( const char* str )
2095{
2096 XMLComment* comment = CreateUnlinkedNode<XMLComment>( _commentPool );
2097 comment->SetValue( str );
2098 return comment;
2099}
2100
2101
2102XMLText* XMLDocument::NewText( const char* str )

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected