MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / ShallowEqual

Method ShallowEqual

Dependencies/tinyxml2/src/tinyxml2.cpp:1182–1187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1180
1181
1182bool XMLText::ShallowEqual( const XMLNode* compare ) const
1183{
1184 TIXMLASSERT( compare );
1185 const XMLText* text = compare->ToText();
1186 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
1187}
1188
1189
1190bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 7

StringEqualFunction · 0.85
ValueFunction · 0.85
FirstAttributeFunction · 0.85
NextMethod · 0.80
NameFunction · 0.50
ValueMethod · 0.45
NameMethod · 0.45

Tested by

no test coverage detected