MCPcopy Create free account
hub / github.com/KDE/kdevelop / update

Method update

plugins/debuggercommon/widgets/disassemblewidget.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490void DisassembleWidget::update(const QString &address)
491{
492 m_currentAddress = address;
493 m_upToDate = false;
494 updateIfNeeded();
495}
496
497void DisassembleWidget::updateIfNeeded()
498{

Callers 1

flushPendingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected