MCPcopy 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
31void QMemoryBuffer::write(QIODevice* device) { device->write(m_buffer); }
32
33qint64 QMemoryBuffer::indexOf(const QByteArray& ba, qint64 from) {
34 return m_buffer.indexOf(ba, static_cast<int>(from));

Callers 2

saveToMethod · 0.45
replaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected