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