MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / init_err_info

Function init_err_info

errinfo.c:42–45  ·  view source on GitHub ↗

! \brief Initialize global error state */

Source from the content-addressed store, hash-verified

40/*! \brief Initialize global error state
41 */
42void init_err_info(void)
43{
44 memset(&_oser_err_info, 0, sizeof(err_info_t));
45}
46
47/*! \brief Set suggested error info message
48 */

Callers 2

run_error_routeFunction · 0.85
run_top_routeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected