MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / NewUnknown

Method NewUnknown

3rdparty/tinyxml2/tinyxml2.cpp:2303–2308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2301
2302
2303XMLUnknown* XMLDocument::NewUnknown( const char* str )
2304{
2305 XMLUnknown* unk = CreateUnlinkedNode<XMLUnknown>( _commentPool );
2306 unk->SetValue( str );
2307 return unk;
2308}
2309
2310static FILE* callfopen( const char* filepath, const char* mode )
2311{

Callers 2

ShallowCloneMethod · 0.80
InsertNewUnknownMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected