Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ ClearError
Method
ClearError
3rdparty/tinyxml2/tinyxml2.cpp:2490–2494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2488
2489
2490
void XMLDocument::ClearError() {
2491
_errorID = XML_SUCCESS;
2492
_errorLineNum = 0;
2493
_errorStr.Reset();
2494
}
2495
2496
2497
void XMLDocument::SetError( XMLError error, int lineNum, const char* format, ... )
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.80
Tested by
no test coverage detected