MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / ShallowEqual

Method ShallowEqual

ReClass/tinyxml2.cpp:1173–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171
1172
1173bool XMLText::ShallowEqual( const XMLNode* compare ) const
1174{
1175 TIXMLASSERT( compare );
1176 const XMLText* text = compare->ToText();
1177 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
1178}
1179
1180
1181bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 4

StringEqualFunction · 0.85
FirstAttributeFunction · 0.85
ValueMethod · 0.80
NameMethod · 0.80

Tested by

no test coverage detected