MCPcopy Create free account
hub / github.com/anse1/sqlsmith / cerr_log_handler

Function cerr_log_handler

sqlsmith.cc:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51cerr_logger *global_cerr_logger;
52
53extern "C" void cerr_log_handler(int)
54{
55 if (global_cerr_logger)
56 global_cerr_logger->report();
57 exit(1);
58}
59
60int main(int argc, char *argv[])
61{

Callers

nothing calls this directly

Calls 1

reportMethod · 0.45

Tested by

no test coverage detected