MCPcopy Create free account
hub / github.com/clair-design/clair / copy

Function copy

docs/plugins/codepen.js:39–44  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

37
38 Vue.prototype.$code = {
39 copy (e) {
40 const node = getPreDOM(e)
41 if (node) {
42 tinyCopy(node)
43 }
44 },
45 open (e, type) {
46 const node = getPreDOM(e)
47

Callers

nothing calls this directly

Calls 2

getPreDOMFunction · 0.85
tinyCopyFunction · 0.85

Tested by

no test coverage detected