MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / NewComment

Method NewComment

Engine/lib/tinyxml/tinyxml2.cpp:2247–2252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2245
2246
2247XMLComment* XMLDocument::NewComment( const char* str )
2248{
2249 XMLComment* comment = CreateUnlinkedNode<XMLComment>( _commentPool );
2250 comment->SetValue( str );
2251 return comment;
2252}
2253
2254
2255XMLText* XMLDocument::NewText( const char* str )

Callers 4

ShallowCloneMethod · 0.80
InsertNewCommentMethod · 0.80
addCommentMethod · 0.80
generateTamlSchemaMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected