MCPcopy Create free account
hub / github.com/avast/retdec / ShallowEqual

Method ShallowEqual

deps/tinyxml2/tinyxml2.cpp:1207–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205
1206
1207bool XMLText::ShallowEqual( const XMLNode* compare ) const
1208{
1209 TIXMLASSERT( compare );
1210 const XMLText* text = compare->ToText();
1211 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
1212}
1213
1214
1215bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 6

NameClass · 0.85
FirstAttributeFunction · 0.85
StringEqualFunction · 0.50
ValueClass · 0.50
ValueMethod · 0.45
NameMethod · 0.45

Tested by

no test coverage detected