MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / prependData

Method prependData

gui/qt/debugger/hexwidget.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void HexWidget::prependData(const QByteArray &ba) {
38 m_data.prepend(ba);
39 m_modified.prepend(QByteArray(ba.size(), 0));
40 adjust();
41}
42
43void HexWidget::appendData(const QByteArray &ba) {
44 m_data.append(ba);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected