Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ newLogStreamOutput
Method
newLogStreamOutput
plugins/debuggercommon/mi/micommand.cpp:102–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void MICommand::newLogStreamOutput(const QString& receivedLine)
103
{
104
if (m_storeLogStreamOutput) {
105
lines.push_back(receivedLine);
106
}
107
}
108
109
void MICommand::storeLogStreamOutput()
110
{
Callers
1
processLine
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected