Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1631
bool 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
ReadValue
Method · 0.80
Calls
2
IsWhiteSpace
Function · 0.85
length
Method · 0.45
Tested by
no test coverage detected