MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / NewUnknown

Method NewUnknown

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2118–2123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2116
2117
2118XMLUnknown* XMLDocument::NewUnknown( const char* str )
2119{
2120 XMLUnknown* unk = CreateUnlinkedNode<XMLUnknown>( _commentPool );
2121 unk->SetValue( str );
2122 return unk;
2123}
2124
2125static FILE* callfopen( const char* filepath, const char* mode )
2126{

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected