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