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