MCPcopy Index your code
hub / github.com/DHTMLX/gantt / setLastCopied

Function setLastCopied

samples/common/codehighlight/codemirror.js:8100–8102  ·  view source on GitHub ↗
(newLastCopied)

Source from the content-addressed store, hash-verified

8098 var lastCopied = null;
8099
8100 function setLastCopied(newLastCopied) {
8101 lastCopied = newLastCopied;
8102 }
8103
8104 function applyTextInput(cm, inserted, deleted, sel, origin) {
8105 var doc = cm.doc;

Callers 2

onCopyCutFunction · 0.85
prepareCopyCutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected