MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / Blank

Method Blank

Libraries/tinyxml/tinyxmlparser.cpp:1631–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1629}
1630
1631bool TiXmlText::Blank() const
1632{
1633 for ( unsigned i=0; i<value.length(); i++ )
1634 if ( !IsWhiteSpace( value[i] ) )
1635 return false;
1636 return true;
1637}
1638

Callers 1

ReadValueMethod · 0.80

Calls 2

IsWhiteSpaceFunction · 0.85
lengthMethod · 0.45

Tested by

no test coverage detected