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

Method stackFrameSelected

addons/gdbplugin/stackview.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void StackView::stackFrameSelected()
75{
76 m_backend->changeStackFrame(m_stackTree->currentIndex().row());
77}
78
79void StackView::stackFrameChanged(int level)
80{

Callers

nothing calls this directly

Calls 3

rowMethod · 0.80
currentIndexMethod · 0.80
changeStackFrameMethod · 0.45

Tested by

no test coverage detected