Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ write
Method
write
src/external/qhexview/src/model/buffer/qmemorybuffer.cpp:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void QMemoryBuffer::write(QIODevice* device) { device->write(m_buffer); }
32
33
qint64 QMemoryBuffer::indexOf(const QByteArray& ba, qint64 from) {
34
return m_buffer.indexOf(ba, static_cast<int>(from));
Callers
2
saveTo
Method · 0.45
replace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected