MCPcopy Create free account
hub / github.com/crossuo/crossuo / NewUnknown

Method NewUnknown

external/tinyxml2.cpp:2243–2248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2241
2242
2243XMLUnknown* XMLDocument::NewUnknown( const char* str )
2244{
2245 XMLUnknown* unk = CreateUnlinkedNode<XMLUnknown>( _commentPool );
2246 unk->SetValue( str );
2247 return unk;
2248}
2249
2250static FILE* callfopen( const char* filepath, const char* mode )
2251{

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected