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

Method overwrite

test/testchunks.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void TestChunks::overwrite(qint64 pos, char b)
59{
60 _data[(int)pos] = b;
61 _highlighted[(int)pos] = 1;
62 _chunks.overwrite(pos, b);
63 compare();
64}
65
66void TestChunks::removeAt(qint64 pos)
67{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected