MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / doCut

Method doCut

tools/xsbug/behaviors.js:85–88  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

83 system.setClipboardString(code.selectionString);
84 }
85 doCut(code) {
86 this.doCopy(code);
87 this.doClear(code);
88 }
89 doPaste(code) {
90 this.onChanging(code);
91 code.insert(shell.behavior.getClipboard())

Callers

nothing calls this directly

Calls 2

doCopyMethod · 0.95
doClearMethod · 0.95

Tested by

no test coverage detected