Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ copy
Function
copy
src/lib/commands.js:521–523 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
519
editor.insert(res);
520
},
521
copy() {
522
editorManager.editor.execCommand(
"copy"
);
523
},
524
cut() {
525
editorManager.editor.execCommand(
"cut"
);
526
},
Callers
nothing calls this directly
Calls
1
execCommand
Method · 0.65
Tested by
no test coverage detected