MCPcopy Create free account
hub / github.com/JayXon/Leanify / NewUnknown

Method NewUnknown

lib/tinyxml2/tinyxml2.cpp:1771–1778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1769
1770
1771XMLUnknown* XMLDocument::NewUnknown( const char* str )
1772{
1773 TIXMLASSERT( sizeof( XMLUnknown ) == _commentPool.ItemSize() );
1774 XMLUnknown* unk = new (_commentPool.Alloc()) XMLUnknown( this );
1775 unk->_memPool = &_commentPool;
1776 unk->SetValue( str );
1777 return unk;
1778}
1779
1780static FILE* callfopen( const char* filepath, const char* mode )
1781{

Callers 1

ShallowCloneMethod · 0.80

Calls 3

ItemSizeMethod · 0.80
AllocMethod · 0.80
SetValueMethod · 0.80

Tested by

no test coverage detected