Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1988
bool TextEditor::CanUndo() const
1989
{
1990
return !mReadOnly && mUndoIndex > 0;
1991
}
1992
1993
bool TextEditor::CanRedo() const
1994
{
Callers
1
canUndo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected