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

Method updateContent

ui/registerswidget.cpp:526–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524
525
526void DebugRegistersWidget::updateContent()
527{
528 if (!m_controller->IsConnected())
529 return;
530
531 std::vector<DebugRegister> registers = m_controller->GetRegisters();
532 notifyRegistersChanged(registers);
533}
534
535
536void DebugRegistersWidget::updateFonts()

Callers

nothing calls this directly

Calls 2

IsConnectedMethod · 0.45
GetRegistersMethod · 0.45

Tested by

no test coverage detected