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

Method NewComment

external/tinyxml2.cpp:2219–2224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2217
2218
2219XMLComment* XMLDocument::NewComment( const char* str )
2220{
2221 XMLComment* comment = CreateUnlinkedNode<XMLComment>( _commentPool );
2222 comment->SetValue( str );
2223 return comment;
2224}
2225
2226
2227XMLText* XMLDocument::NewText( const char* str )

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected