Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ SignalIntHandler
Function
SignalIntHandler
system/process/sub_process_test.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
static bool g_quit = false;
111
112
static void SignalIntHandler(int)
113
{
114
g_quit = true;
115
}
116
117
int main(int argc, char** argv)
118
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected