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

Method doClear

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

Source from the content-addressed store, hash-verified

74 return this.historyIndex > 0;
75 }
76 doClear(code) {
77 this.onChanging(code);
78 code.insert()
79 this.onChanged(code);
80 this.onReveal(code);
81 }
82 doCopy(code) {
83 system.setClipboardString(code.selectionString);
84 }

Callers 1

doCutMethod · 0.95

Calls 4

onChangingMethod · 0.95
onChangedMethod · 0.95
onRevealMethod · 0.95
insertMethod · 0.80

Tested by

no test coverage detected