MCPcopy 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
97void MICommand::newOutput(const QString& line)
98{
99 lines.push_back(line);
100}
101
102void MICommand::newLogStreamOutput(const QString& receivedLine)
103{

Callers 1

processLineMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected