MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / CanUndo

Method CanUndo

plugins/Cardinal/src/DearImGuiColorTextEditor/TextEditor.cpp:1988–1991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1986}
1987
1988bool TextEditor::CanUndo() const
1989{
1990 return !mReadOnly && mUndoIndex > 0;
1991}
1992
1993bool TextEditor::CanRedo() const
1994{

Callers 1

canUndoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected