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

Method insert

test/testchunks.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void TestChunks::insert(qint64 pos, char b)
50{
51 _data.insert((int)pos, b);
52 _copy.insert((int)pos, char(0));
53 _highlighted.insert((int)pos, 1);
54 _chunks.insert(pos, b);
55 compare();
56}
57
58void TestChunks::overwrite(qint64 pos, char b)
59{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected