Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codesire-Deng/co_context
/ sigint_handler
Function
sigint_handler
test/httpd.cpp:270–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
void sigint_handler([[maybe_unused]] int signo) {
271
log::w(
"^C pressed. Shutting down.\n"
);
272
std::terminate();
273
}
274
275
int main() {
276
check_for_index_file();
Callers
nothing calls this directly
Calls
1
w
Function · 0.85
Tested by
no test coverage detected