Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ removeAt
Method
removeAt
test/testchunks.cpp:66–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void TestChunks::removeAt(qint64 pos)
67
{
68
_data.remove((int)pos, 1);
69
_highlighted.remove((int)pos, 1);
70
_chunks.removeAt(pos);
71
compare();
72
}
73
74
void TestChunks::compare()
75
{
Callers
1
main
Function · 0.45
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected