Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
490
void DisassembleWidget::update(const QString &address)
491
{
492
m_currentAddress = address;
493
m_upToDate = false;
494
updateIfNeeded();
495
}
496
497
void DisassembleWidget::updateIfNeeded()
498
{
Callers
1
flushPending
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected