MCPcopy 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
1757enum XML_Error XMLCALL
1758XML_GetErrorCode(XML_Parser parser)
1759{
1760 return errorCode;
1761}
1762
1763XML_Index XMLCALL
1764XML_GetCurrentByteIndex(XML_Parser parser)

Callers 2

reporterrorFunction · 0.85
GetErrorCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected