MCPcopy
hub / github.com/hokein/electron-sample-apps / startOperation

Function startOperation

mini-code-editor/cm/lib/codemirror.js:1860–1863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1858 // be awkward, slow, and error-prone), but instead updates are
1859 // batched and then all combined and executed at once.
1860 function startOperation() {
1861 updateInput = userSelChange = textChanged = null;
1862 changes = []; selectionChanged = false; callbacks = [];
1863 }
1864 function endOperation() {
1865 var reScroll = false, updated;
1866 if (maxLengthChanged) computeMaxLength();

Callers 3

slowPollFunction · 0.85
pFunction · 0.85
operationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected