MCPcopy Create free account
hub / github.com/cemu-project/Cemu / NewComment

Method NewComment

src/util/tinyxml2/tinyxml2.cpp:2094–2099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2092
2093
2094 XMLComment* XMLDocument::NewComment(const char* str)
2095 {
2096 XMLComment* comment = CreateUnlinkedNode<XMLComment>(_commentPool);
2097 comment->SetValue(str);
2098 return comment;
2099 }
2100
2101
2102 XMLText* XMLDocument::NewText(const char* str)

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected