Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetErrorString
Method
GetErrorString
src/XMLParser.h:387–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
// @cmember Get last error string
386
387
const XML_LChar *GetErrorString ()
388
{
389
return XML_ErrorString (GetErrorCode ());
390
}
391
392
// @cmember Return the version string
393
Callers
nothing calls this directly
Calls
1
XML_ErrorString
Function · 0.85
Tested by
no test coverage detected