Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
bool MICommand::isUserCommand() const
68
{
69
return false;
70
}
71
72
void MICommand::setHandler(MICommandHandler* handler)
73
{
Callers
3
execute
Method · 0.80
processLine
Method · 0.80
testUserCommand
Method · 0.80
Calls
no outgoing calls
Tested by
1
testUserCommand
Method · 0.64