Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ integer
Method
integer
plugins/debuggercommon/widgets/disassemblewidget.cpp:617–620 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
615
return m_string;
616
}
617
auto DisassembleWidget::StoredAddress::integer() const -> AddressInteger
618
{
619
return m_integer;
620
}
621
622
bool DisassembleWidget::StoredAddress::operator==(const StoredAddress& other) const
623
{
Callers
1
displayCurrent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected