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

Method handlesError

plugins/debuggercommon/mi/micommand.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18bool FunctionCommandHandler::handlesError()
19{
20 return _flags & CmdHandlesError;
21}
22
23void FunctionCommandHandler::handle(const ResultRecord& r)
24{

Callers 2

processLineMethod · 0.45
testUserCommandMethod · 0.45

Calls

no outgoing calls

Tested by 1

testUserCommandMethod · 0.36