Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ dataAt
Method
dataAt
src/qhexedit.cpp:310–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
QByteArray QHexEdit::dataAt(qint64 pos, qint64 count)
311
{
312
return _chunks->data(pos, count);
313
}
314
315
bool QHexEdit::write(QIODevice &iODevice, qint64 pos, qint64 count)
316
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected