Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ stop
Method
stop
cli/headlessmanager.cpp:142–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
void HeadlessManager::stop()
143
{
144
if(CmaClient::stop() < 0) {
145
QCoreApplication::quit();
146
}
147
}
148
149
void HeadlessManager::threadStopped()
150
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected