MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / DbugExit

Function DbugExit

dbug/dbug.c:2174–2180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2172 */
2173
2174static void DbugExit(const char *why)
2175{
2176 CODE_STATE *cs=code_state();
2177 (void) fprintf(stderr, ERR_ABORT, cs ? cs->process : "(null)", why);
2178 (void) fflush(stderr);
2179 DBUG_ABORT();
2180}
2181
2182
2183/*

Callers 2

_db_return_Function · 0.85
DbugMallocFunction · 0.85

Calls 1

code_stateFunction · 0.85

Tested by

no test coverage detected