Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
bool CommandQueue::haveImmediateCommand() const
86
{
87
return m_immediatelyCounter > 0;
88
}
89
90
std::unique_ptr<MICommand> CommandQueue::nextCommand()
91
{
Callers
5
executeCmd
Method · 0.80
slotInferiorRunning
Method · 0.80
testConstructor
Method · 0.80
addAndTake
Method · 0.80
clearQueue
Method · 0.80
Calls
no outgoing calls
Tested by
3
testConstructor
Method · 0.64
addAndTake
Method · 0.64
clearQueue
Method · 0.64