MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / NewComment

Method NewComment

3rdparty/tinyxml2/tinyxml2.cpp:2279–2284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2277
2278
2279XMLComment* XMLDocument::NewComment( const char* str )
2280{
2281 XMLComment* comment = CreateUnlinkedNode<XMLComment>( _commentPool );
2282 comment->SetValue( str );
2283 return comment;
2284}
2285
2286
2287XMLText* XMLDocument::NewText( const char* str )

Callers 3

ShallowCloneMethod · 0.80
InsertNewCommentMethod · 0.80
writeTreeXSDFunction · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected