MCPcopy Create free account
hub / github.com/Norbyte/bg3se / ShallowEqual

Method ShallowEqual

CoreLib/tinyxml2.cpp:1239–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237
1238
1239bool XMLText::ShallowEqual( const XMLNode* compare ) const
1240{
1241 TIXMLASSERT( compare );
1242 const XMLText* text = compare->ToText();
1243 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
1244}
1245
1246
1247bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 6

StringEqualFunction · 0.70
FirstAttributeFunction · 0.70
ValueClass · 0.50
ValueMethod · 0.45
NameMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected