Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ XML_GetErrorCode
Function
XML_GetErrorCode
lib/expat/xmlparse.c:1757–1761 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1755
}
1756
1757
enum XML_Error XMLCALL
1758
XML_GetErrorCode(XML_Parser parser)
1759
{
1760
return errorCode;
1761
}
1762
1763
XML_Index XMLCALL
1764
XML_GetCurrentByteIndex(XML_Parser parser)
Callers
2
reporterror
Function · 0.85
GetErrorCode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected