Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JayXon/Leanify
/ Clear
Method
Clear
lib/tinyxml2/tinyxml2.h:230–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
void Clear() {
231
_size = 0;
232
}
233
234
void Push( T t ) {
235
TIXMLASSERT( _size < INT_MAX );
Callers
1
ClearBuffer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected