Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ setOffset
Method
setOffset
gui/qt/debugger/hexwidget.cpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void HexWidget::setOffset(int offset) {
130
setCursorOffset(offset * 2);
131
}
132
133
void HexWidget::setCursorOffset(int offset, bool selection) {
134
if (offset > m_size * 2) {
Callers
5
memUpdateEdit
Method · 0.80
flashGotoPressed
Method · 0.80
ramGotoPressed
Method · 0.80
memGoto
Method · 0.80
gotoMemAddrNoRaise
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected