Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ cut
Method
cut
plugins/Cardinal/src/ImGuiTextEditor.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void ImGuiTextEditor::cut()
153
{
154
pData->editor.Cut();
155
}
156
157
void ImGuiTextEditor::paste()
158
{
Callers
1
appendContextMenu
Method · 0.80
Calls
1
Cut
Method · 0.80
Tested by
no test coverage detected