MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / NewUnknown

Method NewUnknown

Dependencies/tinyxml2/src/tinyxml2.cpp:2123–2128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2121
2122
2123XMLUnknown* XMLDocument::NewUnknown( const char* str )
2124{
2125 XMLUnknown* unk = CreateUnlinkedNode<XMLUnknown>( _commentPool );
2126 unk->SetValue( str );
2127 return unk;
2128}
2129
2130static FILE* callfopen( const char* filepath, const char* mode )
2131{

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected