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

Method DebugeeslowOutputProcessor

plugins/debuggercommon/tests/testhelper.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226DebugeeslowOutputProcessor::DebugeeslowOutputProcessor(QSignalSpy& outputSpy)
227 : m_outputSpy{outputSpy}
228{
229 QVERIFY(m_outputSpy.isValid());
230}
231
232void DebugeeslowOutputProcessor::processOutput()
233{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected