MCPcopy Create free account
hub / github.com/avast/retdec / NewUnknown

Method NewUnknown

deps/tinyxml2/tinyxml2.cpp:2196–2201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2194
2195
2196XMLUnknown* XMLDocument::NewUnknown( const char* str )
2197{
2198 XMLUnknown* unk = CreateUnlinkedNode<XMLUnknown>( _commentPool );
2199 unk->SetValue( str );
2200 return unk;
2201}
2202
2203static FILE* callfopen( const char* filepath, const char* mode )
2204{

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected