MCPcopy Create free account
hub / github.com/DFHack/dfhack / Blank

Method Blank

depends/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 1

lengthMethod · 0.80

Tested by

no test coverage detected