Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ cmdToSend
Method
cmdToSend
plugins/debuggercommon/mi/micommand.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
MICommand::~MICommand() = default;
39
40
QString MICommand::cmdToSend()
41
{
42
return initialString() + QLatin1Char(
'\n'
);
43
}
44
45
QString MICommand::initialString() const
46
{
Callers
4
execute
Method · 0.45
executeCmd
Method · 0.45
explainDebuggerStatus
Method · 0.45
testUserCommand
Method · 0.45
Calls
no outgoing calls
Tested by
1
testUserCommand
Method · 0.36