MCPcopy Index your code
hub / github.com/csev/py4e / regChange

Function regChange

tools/pythonauto/static/codemirror/codemirror.js:1463–1467  ·  view source on GitHub ↗
(cm, from, to, lendiff)

Source from the content-addressed store, hash-verified

1461 }
1462
1463 function regChange(cm, from, to, lendiff) {
1464 if (from == null) from = cm.doc.first;
1465 if (to == null) to = cm.doc.first + cm.doc.size;
1466 cm.curOp.changes.push({from: from, to: to, diff: lendiff});
1467 }
1468
1469 // INPUT HANDLING
1470

Callers 10

resetModeStateFunction · 0.70
wrappingChangedFunction · 0.70
guttersChangedFunction · 0.70
highlightWorkerFunction · 0.70
shiftDocFunction · 0.70
changeLineFunction · 0.70
codemirror.jsFile · 0.70
markTextFunction · 0.70
attachDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected