Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ ClearError
Method
ClearError
CoreLib/tinyxml2.cpp:2458–2462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2456
2457
2458
void XMLDocument::ClearError() {
2459
_errorID = XML_SUCCESS;
2460
_errorLineNum = 0;
2461
_errorStr.Reset();
2462
}
2463
2464
2465
void XMLDocument::SetError( XMLError error, int lineNum, const char* format, ... )
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected