MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / replace

Method replace

src/qhexedit.cpp:333–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void QHexEdit::replace(qint64 index, char ch)
334{
335 _undoStack->overwrite(index, ch);
336 refresh();
337}
338
339// ********************************************************************** ByteArray handling
340void QHexEdit::insert(qint64 pos, const QByteArray &ba)

Callers 11

replaceOccurrenceMethod · 0.80
_translate_fragMethod · 0.80
jquery.jsFile · 0.80
seFunction · 0.80
EeFunction · 0.80
XFunction · 0.80
ZFunction · 0.80
HeFunction · 0.80
init_codefoldFunction · 0.80
SearchBoxFunction · 0.80
SearchResultsFunction · 0.80

Calls 1

overwriteMethod · 0.45

Tested by

no test coverage detected