Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ Blank
Method
Blank
Engine/lib/tinyxml/tinyxmlparser.cpp:1608–1614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1606
}
1607
1608
bool TiXmlText::Blank() const
1609
{
1610
for ( unsigned i=0; i<value.length(); i++ )
1611
if ( !IsWhiteSpace( value[i] ) )
1612
return false;
1613
return true;
1614
}
1615
Callers
1
ReadValue
Method · 0.80
Calls
1
length
Method · 0.45
Tested by
no test coverage detected