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

Method NewUnknown

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2209–2214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2207}
2208
2209XMLUnknown* XMLDocument::NewUnknown(const char* str)
2210{
2211 XMLUnknown* unk = CreateUnlinkedNode<XMLUnknown>(_commentPool);
2212 unk->SetValue(str);
2213 return unk;
2214}
2215
2216static FILE* callfopen(const char* filepath, const char* mode)
2217{

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected