Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
DebugeeslowOutputProcessor::DebugeeslowOutputProcessor(QSignalSpy& outputSpy)
227
: m_outputSpy{outputSpy}
228
{
229
QVERIFY(m_outputSpy.isValid());
230
}
231
232
void DebugeeslowOutputProcessor::processOutput()
233
{
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected