MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ShallowEqual

Method ShallowEqual

Engine/lib/tinyxml/tinyxml2.cpp:1239–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237
1238
1239bool XMLText::ShallowEqual( const XMLNode* compare ) const
1240{
1241 TIXMLASSERT( compare );
1242 const XMLText* text = compare->ToText();
1243 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
1244}
1245
1246
1247bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 7

FirstAttributeFunction · 0.85
StringEqualFunction · 0.70
ValueEnum · 0.50
NameClass · 0.50
ValueMethod · 0.45
NameMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected