MCPcopy 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
270void sigint_handler([[maybe_unused]] int signo) {
271 log::w("^C pressed. Shutting down.\n");
272 std::terminate();
273}
274
275int main() {
276 check_for_index_file();

Callers

nothing calls this directly

Calls 1

wFunction · 0.85

Tested by

no test coverage detected