MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ShallowEqual

Method ShallowEqual

sourcecommon/tinyxml2.cpp:915–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913
914
915bool XMLText::ShallowEqual( const XMLNode* compare ) const
916{
917 const XMLText* text = compare->ToText();
918 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
919}
920
921
922bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 2

FirstAttributeFunction · 0.85
ValueMethod · 0.80

Tested by

no test coverage detected