MCPcopy 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
1993bool TextEditor::CanRedo() const
1994{
1995 return !mReadOnly && mUndoIndex < (int)mUndoBuffer.size();
1996}
1997
1998void TextEditor::Undo(int aSteps)
1999{

Callers 1

canRedoMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected