MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / cut

Function cut

src/lib/commands.js:524–526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522 editorManager.editor.execCommand("copy");
523 },
524 cut() {
525 editorManager.editor.execCommand("cut");
526 },
527 paste() {
528 editorManager.editor.execCommand("paste");
529 },

Callers

nothing calls this directly

Calls 1

execCommandMethod · 0.65

Tested by

no test coverage detected