Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ toReadableString
Method
toReadableString
src/qhexedit.cpp:449–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
}
448
449
QString QHexEdit::toReadableString()
450
{
451
QByteArray ba = _chunks->data();
452
return toReadable(ba);
453
}
454
455
void QHexEdit::undo()
456
{
Callers
3
saveToReadableFile
Method · 0.80
saveToReadableFile
Method · 0.80
saveToReadableFile
Method · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected