MCPcopy 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
102void MICommand::newLogStreamOutput(const QString& receivedLine)
103{
104 if (m_storeLogStreamOutput) {
105 lines.push_back(receivedLine);
106 }
107}
108
109void MICommand::storeLogStreamOutput()
110{

Callers 1

processLineMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected