Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/krita
/ presentCommand
Method
presentCommand
libs/command/kis_undo_stores.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
const KUndo2Command* KisSurrogateUndoStore::presentCommand()
31
{
32
return m_undoStack->command(m_undoStack->index() - 1);
33
}
34
35
void KisSurrogateUndoStore::undoLastCommand()
36
{
Callers
1
tryContinueLastCropAction
Method · 0.45
Calls
2
command
Method · 0.80
index
Method · 0.45
Tested by
no test coverage detected