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/qmemorybuffer.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
QByteArray QMemoryBuffer::read(qint64 offset, int length) {
23
return m_buffer.mid(static_cast<int>(offset), length);
24
}
25
26
bool QMemoryBuffer::read(QIODevice* device) {
27
m_buffer = device->readAll();
Callers
nothing calls this directly
Calls
1
readAll
Method · 0.80
Tested by
no test coverage detected