Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ doCopy
Method
doCopy
tools/xsbug/behaviors.js:82–84 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
80
this.onReveal(code);
81
}
82
doCopy(code) {
83
system.setClipboardString(code.selectionString);
84
}
85
doCut(code) {
86
this.doCopy(code);
87
this.doClear(code);
Callers
1
doCut
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected