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

Method updateContent

ui/moduleswidget.cpp:383–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382
383void DebugModulesWidget::updateContent()
384{
385 if (!m_controller->IsConnected())
386 return;
387
388 std::vector<DebugModule> modules = m_controller->GetModules();
389 notifyModulesChanged(modules);
390}
391
392
393void DebugModulesWidget::contextMenuEvent(QContextMenuEvent* event)

Callers

nothing calls this directly

Calls 2

IsConnectedMethod · 0.45
GetModulesMethod · 0.45

Tested by

no test coverage detected