MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / NewUnknown

Method NewUnknown

native/thirdpart/tinyxml2/tinyxml2.cpp:2271–2276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269
2270
2271XMLUnknown* XMLDocument::NewUnknown( const char* str )
2272{
2273 XMLUnknown* unk = CreateUnlinkedNode<XMLUnknown>( _commentPool );
2274 unk->SetValue( str );
2275 return unk;
2276}
2277
2278static FILE* callfopen( const char* filepath, const char* mode )
2279{

Callers 2

ShallowCloneMethod · 0.80
InsertNewUnknownMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected