Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigbigmdm/IMSProg
/ selectionToReadableString
Method
selectionToReadableString
IMSProg_programmer/qhexedit.cpp:437–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
QString QHexEdit::selectionToReadableString()
438
{
439
QByteArray ba = _chunks->data(getSelectionBegin(), getSelectionEnd() - getSelectionBegin());
440
return toReadable(ba);
441
}
442
443
QString QHexEdit::selectedData()
444
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected