Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ CanRedo
Method
CanRedo
plugins/Cardinal/src/DearImGuiColorTextEditor/TextEditor.cpp:1993–1996 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1991
}
1992
1993
bool TextEditor::CanRedo() const
1994
{
1995
return !mReadOnly && mUndoIndex < (int)mUndoBuffer.size();
1996
}
1997
1998
void TextEditor::Undo(int aSteps)
1999
{
Callers
1
canRedo
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected