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

Method currentFrame

kdevplatform/debugger/framestack/framestackmodel.cpp:369–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369int FrameStackModel::currentFrame() const
370{
371 Q_D(const FrameStackModel);
372
373 return d->m_currentFrame;
374}
375
376QModelIndex FrameStackModel::currentFrameIndex() const
377{

Callers 7

handleEventMethod · 0.80
currentSessionChangedMethod · 0.80
collectRangesFunction · 0.80
handleMethod · 0.80
executeCmdMethod · 0.80
testCatchpointMethod · 0.80

Calls

no outgoing calls

Tested by 2

testCatchpointMethod · 0.64