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

Method NewComment

deps/tinyxml2/tinyxml2.cpp:2172–2177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2170
2171
2172XMLComment* XMLDocument::NewComment( const char* str )
2173{
2174 XMLComment* comment = CreateUnlinkedNode<XMLComment>( _commentPool );
2175 comment->SetValue( str );
2176 return comment;
2177}
2178
2179
2180XMLText* XMLDocument::NewText( const char* str )

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected