Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetErrorCode
Method
GetErrorCode
src/XMLParser.h:339–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
// @cmember Get last error
338
339
enum XML_Error GetErrorCode ()
340
{
341
assert (m_p != NULL);
342
return XML_GetErrorCode (m_p);
343
}
344
345
// @cmember Get the current byte index
346
Callers
nothing calls this directly
Calls
1
XML_GetErrorCode
Function · 0.85
Tested by
no test coverage detected