MCPcopy Create free account
hub / github.com/crossuo/crossuo / ShallowEqual

Method ShallowEqual

external/tinyxml2.cpp:1217–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215
1216
1217bool XMLText::ShallowEqual( const XMLNode* compare ) const
1218{
1219 TIXMLASSERT( compare );
1220 const XMLText* text = compare->ToText();
1221 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
1222}
1223
1224
1225bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 4

StringEqualFunction · 0.85
FirstAttributeFunction · 0.85
ValueMethod · 0.45
NameMethod · 0.45

Tested by

no test coverage detected