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

Method isUserCommand

plugins/debuggercommon/mi/micommand.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool MICommand::isUserCommand() const
68{
69 return false;
70}
71
72void MICommand::setHandler(MICommandHandler* handler)
73{

Callers 3

executeMethod · 0.80
processLineMethod · 0.80
testUserCommandMethod · 0.80

Calls

no outgoing calls

Tested by 1

testUserCommandMethod · 0.64