MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / Blank

Method Blank

Engine/lib/tinyxml/tinyxmlparser.cpp:1608–1614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1606}
1607
1608bool TiXmlText::Blank() const
1609{
1610 for ( unsigned i=0; i<value.length(); i++ )
1611 if ( !IsWhiteSpace( value[i] ) )
1612 return false;
1613 return true;
1614}
1615

Callers 1

ReadValueMethod · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected