Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ read
Method
read
src/external/qhexview/src/model/buffer/qdevicebuffer.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
QByteArray QDeviceBuffer::read(qint64 offset, int length) {
48
m_device->seek(offset);
49
return m_device->read(length);
50
}
51
52
bool QDeviceBuffer::read(QIODevice* device) {
53
m_device = device;
Callers
2
indexOf
Method · 0.45
lastIndexOf
Method · 0.45
Calls
2
seek
Method · 0.45
open
Method · 0.45
Tested by
no test coverage detected