MCPcopy Create free account
hub / github.com/KDE/kdevelop / invokeHandler

Method invokeHandler

plugins/debuggercommon/mi/micommand.cpp:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool MICommand::invokeHandler(const ResultRecord& r)
87{
88 if (m_commandHandler) {
89 m_commandHandler->handle(r);
90 m_commandHandler.reset();
91 return true;
92 } else {
93 return false;
94 }
95}
96
97void MICommand::newOutput(const QString& line)
98{

Callers 4

processLineMethod · 0.45
executeCmdMethod · 0.45
testMICommandHandlerMethod · 0.45

Calls 2

handleMethod · 0.45
resetMethod · 0.45

Tested by 2

testMICommandHandlerMethod · 0.36