MCPcopy Create free account
hub / github.com/KDE/kate / activeFrame

Method activeFrame

addons/gdbplugin/stackview.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61int StackView::activeFrame() const
62{
63 auto model = static_cast<StackFrameModel *>(m_stackTree->model());
64 return model->activeFrame();
65}
66
67void StackView::insertStackFrame(const QList<dap::StackFrame> &frames)
68{

Callers 1

enableDebugActionsMethod · 0.45

Calls 1

modelMethod · 0.45

Tested by

no test coverage detected