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

Function paste

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

Source from the content-addressed store, hash-verified

525 editorManager.editor.execCommand("cut");
526 },
527 paste() {
528 editorManager.editor.execCommand("paste");
529 },
530 "select-all"() {
531 const { editor } = editorManager;
532 selectAll(editor);

Callers

nothing calls this directly

Calls 1

execCommandMethod · 0.65

Tested by

no test coverage detected