MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / mupGetErrorCode

Function mupGetErrorCode

ibtk/contrib/muparser/src/muParserDLL.cpp:1244–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242/** \brief Return the code associated with the last error.
1243*/
1244API_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. */

Callers

nothing calls this directly

Calls 2

AsParserTagFunction · 0.85
GetCodeMethod · 0.45

Tested by

no test coverage detected