MCPcopy 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

38MICommand::~MICommand() = default;
39
40QString MICommand::cmdToSend()
41{
42 return initialString() + QLatin1Char('\n');
43}
44
45QString MICommand::initialString() const
46{

Callers 4

executeMethod · 0.45
executeCmdMethod · 0.45
explainDebuggerStatusMethod · 0.45
testUserCommandMethod · 0.45

Calls

no outgoing calls

Tested by 1

testUserCommandMethod · 0.36