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

Method isValid

plugins/debuggercommon/widgets/disassemblewidget.cpp:608–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608bool DisassembleWidget::StoredAddress::isValid() const
609{
610 return !m_string.isEmpty();
611}
612
613const QString& DisassembleWidget::StoredAddress::string() const
614{

Callers 15

runToCursorMethod · 0.45
jumpToCursorMethod · 0.45
runUntilMethod · 0.45
jumpToMethod · 0.45
setupDBusMethod · 0.45
mainFunction · 0.45
displayCurrentMethod · 0.45
validateSelectionMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 3

mainFunction · 0.36