Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ termSignalHandler
Method
termSignalHandler
gui/clientmanager.cpp:184–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
void ClientManager::termSignalHandler(int)
185
{
186
char a = 1;
187
::write(sigterm_fd[0], &a, sizeof(a));
188
}
189
190
void ClientManager::handleSigTerm()
191
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected