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

Method ShallowEqual

lib/tinyxml2/tinyxml2.cpp:987–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985
986
987bool XMLText::ShallowEqual( const XMLNode* compare ) const
988{
989 const XMLText* text = compare->ToText();
990 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
991}
992
993
994bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 2

FirstAttributeFunction · 0.85
ValueMethod · 0.80

Tested by

no test coverage detected