MCPcopy 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
310QByteArray QHexEdit::dataAt(qint64 pos, qint64 count)
311{
312 return _chunks->data(pos, count);
313}
314
315bool QHexEdit::write(QIODevice &iODevice, qint64 pos, qint64 count)
316{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected