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

Method needsContext

plugins/debuggercommon/mi/micommand.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326bool MICommand::needsContext() const
327{
328 return (type_ >= StackInfoDepth && type_ <= StackListLocals)
329 || (type_ >= VarAssign && type_ <= VarUpdate && type_ != VarDelete && type_ != VarSetFormat);
330}
331
332int MICommand::thread() const
333{

Callers 2

queueCmdMethod · 0.80
executeCmdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected