MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / NewComment

Method NewComment

Dependencies/tinyxml2/src/tinyxml2.cpp:2099–2104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2097
2098
2099XMLComment* XMLDocument::NewComment( const char* str )
2100{
2101 XMLComment* comment = CreateUnlinkedNode<XMLComment>( _commentPool );
2102 comment->SetValue( str );
2103 return comment;
2104}
2105
2106
2107XMLText* XMLDocument::NewText( const char* str )

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected