Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ canRedo
Method
canRedo
src/app/document_undo.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
bool DocumentUndo::canRedo() const
60
{
61
return m_undoHistory.canRedo();
62
}
63
64
void DocumentUndo::undo()
65
{
Callers
2
needsBackup
Method · 0.80
onEnabled
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected