MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Blank

Method Blank

ogsr_engine/xrCore/XML_Parser/tinyxmlparser.cpp:1614–1620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612}
1613
1614bool TiXmlText::Blank() const
1615{
1616 for (unsigned i = 0; i < value.length(); i++)
1617 if (!IsWhiteSpace(value[i]))
1618 return false;
1619 return true;
1620}

Callers 1

ReadValueMethod · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected