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

Method reset

plugins/debuggercommon/widgets/disassemblewidget.cpp:602–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602void DisassembleWidget::StoredAddress::reset()
603{
604 m_string.clear();
605 m_integer = 0;
606}
607
608bool DisassembleWidget::StoredAddress::isValid() const
609{

Callers 1

currentSessionChangedMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected