Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Macuyiko/minecraft-python
/ onCut
Function
onCut
ServerEditorWeb/ace/ace.js:2125–2127 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
2123
};
2124
2125
var
onCut =
function
(e) {
2126
doCopy(e, true);
2127
};
2128
2129
var
onCopy =
function
(e) {
2130
doCopy(e, false);
Callers
1
TextInput
Function · 0.85
Calls
1
doCopy
Function · 0.85
Tested by
no test coverage detected