Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBelkov/visualsyslog
/ PopArr
Method
PopArr
sourcecommon/tinyxml2.h:245–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
void PopArr( int count ) {
246
TIXMLASSERT( _size >= count );
247
_size -= count;
248
}
249
250
bool Empty() const {
251
return _size == 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected