MCPcopy 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
340bool DisassembleWidget::isMemoryRegionDisplayed() const
341{
342 Q_ASSERT(m_regionFirst.isValid() == m_regionLast.isValid());
343 return m_regionFirst.isValid();
344}
345
346bool DisassembleWidget::displayCurrent()
347{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected