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

Method currentFrameIndex

kdevplatform/debugger/framestack/framestackmodel.cpp:376–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376QModelIndex FrameStackModel::currentFrameIndex() const
377{
378 Q_D(const FrameStackModel);
379
380 return index(d->m_currentFrame, 0, currentThreadIndex());
381}
382
383void FrameStackModel::setCurrentFrame(int frame)
384{

Callers 1

currentFrameChangedMethod · 0.80

Calls 1

indexFunction · 0.50

Tested by

no test coverage detected