Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ id
Method
id
src/commands.cpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
void redo();
16
bool mergeWith(const QUndoCommand *command);
17
int id() const { return 1234; }
18
19
private:
20
Chunks * _chunks;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected