Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ receiveMessage
Method
receiveMessage
cli/headlessmanager.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
void HeadlessManager::receiveMessage(QString message)
138
{
139
QTextStream(stdout) << message << Qt::endl;
140
}
141
142
void HeadlessManager::stop()
143
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected