Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isMemoryRegionDisplayed
Method
isMemoryRegionDisplayed
plugins/debuggercommon/widgets/disassemblewidget.cpp:340–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
bool DisassembleWidget::isMemoryRegionDisplayed() const
341
{
342
Q_ASSERT(m_regionFirst.isValid() == m_regionLast.isValid());
343
return m_regionFirst.isValid();
344
}
345
346
bool DisassembleWidget::displayCurrent()
347
{
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected