MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / NewComment

Method NewComment

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2188–2193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2186}
2187
2188XMLComment* XMLDocument::NewComment(const char* str)
2189{
2190 XMLComment* comment = CreateUnlinkedNode<XMLComment>(_commentPool);
2191 comment->SetValue(str);
2192 return comment;
2193}
2194
2195XMLText* XMLDocument::NewText(const char* str)
2196{

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected