Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
cerr_logger *global_cerr_logger;
52
53
extern
"C"
void cerr_log_handler(int)
54
{
55
if (global_cerr_logger)
56
global_cerr_logger->report();
57
exit(1);
58
}
59
60
int main(int argc, char *argv[])
61
{
Callers
nothing calls this directly
Calls
1
report
Method · 0.45
Tested by
no test coverage detected