Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ data
Method
data
src/qhexedit.cpp:232–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
QByteArray QHexEdit::data()
233
{
234
return _chunks->data(0, -1);
235
}
236
237
void QHexEdit::setHighlighting(bool highlighting)
238
{
Callers
6
dataAt
Method · 0.45
selectionToReadableString
Method · 0.45
selectedData
Method · 0.45
toReadableString
Method · 0.45
keyPressEvent
Method · 0.45
readBuffers
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected