Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ Clear
Method
Clear
deps/tinyxml2/include/tinyxml2/tinyxml2.h:221–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void Clear() {
222
_size = 0;
223
}
224
225
void Push( T t ) {
226
TIXMLASSERT( _size < INT_MAX );
Callers
1
ClearBuffer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected