MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Blank

Method Blank

cpp/tinyxml/tinyxmlparser.cpp:1632–1638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ReadValueMethod · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected