MCPcopy Create free account
hub / github.com/OSGeo/gdal / CPLErrorContextGetString

Function CPLErrorContextGetString

port/cpl_error.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93// dereferencing szLastErrMsg[i>=DEFAULT_LAST_ERR_MSG_SIZE]
94
95static char *CPLErrorContextGetString(CPLErrorContext *psCtxt)
96{
97 return psCtxt->szLastErrMsg;
98}
99
100/************************************************************************/
101/* CPLGetErrorContext() */

Callers 2

CPLErrorVFunction · 0.85
CPLErrorSetStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected