| 1242 | /** \brief Return the code associated with the last error. |
| 1243 | */ |
| 1244 | API_EXPORT(int) mupGetErrorCode(muParserHandle_t a_hParser) |
| 1245 | { |
| 1246 | return AsParserTag(a_hParser)->exc.GetCode(); |
| 1247 | } |
| 1248 | |
| 1249 | |
| 1250 | /** \brief Return the position associated with the last error. */ |
nothing calls this directly
no test coverage detected