MCPcopy Create free account
hub / github.com/clementgallet/libTAS / offsetToPosition

Method offsetToPosition

src/external/qhexview/src/model/qhexcursor.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180QHexPosition QHexCursor::offsetToPosition(qint64 offset) const {
181 return QHexUtils::offsetToPosition(m_options, offset);
182}

Callers 2

moveMethod · 0.95
selectMethod · 0.95

Calls 1

offsetToPositionFunction · 0.85

Tested by

no test coverage detected