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

Method haveImmediateCommand

plugins/debuggercommon/mi/micommandqueue.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool CommandQueue::haveImmediateCommand() const
86{
87 return m_immediatelyCounter > 0;
88}
89
90std::unique_ptr<MICommand> CommandQueue::nextCommand()
91{

Callers 5

executeCmdMethod · 0.80
slotInferiorRunningMethod · 0.80
testConstructorMethod · 0.80
addAndTakeMethod · 0.80
clearQueueMethod · 0.80

Calls

no outgoing calls

Tested by 3

testConstructorMethod · 0.64
addAndTakeMethod · 0.64
clearQueueMethod · 0.64