MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / ShallowEqual

Method ShallowEqual

src/xml/tinyxml2.cpp:917–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

FirstAttributeFunction · 0.85
ValueMethod · 0.80

Tested by

no test coverage detected