MCPcopy Create free account
hub / github.com/Vector35/debugger / updateContent

Method updateContent

ui/threadframes.cpp:664–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662
663
664void ThreadFramesWidget::updateContent()
665{
666 if (!m_debugger->IsConnected())
667 return;
668
669 m_model->updateRows(m_debugger);
670 expandCurrentThread();
671}
672
673
674void ThreadFramesWidget::onDoubleClicked()

Callers

nothing calls this directly

Calls 2

IsConnectedMethod · 0.45
updateRowsMethod · 0.45

Tested by

no test coverage detected