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

Function startOperation

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:2060–2063  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2058 // be awkward, slow, and error-prone), but instead updates are
2059 // batched and then all combined and executed at once.
2060 function startOperation() {
2061 updateInput = userSelChange = textChanged = null;
2062 changes = []; selectionChanged = false; callbacks = [];
2063 }
2064 function endOperation() {
2065 var reScroll = false, updated;
2066 if (maxLengthChanged) computeMaxLength();

Callers 3

slowPollFunction · 0.70
pFunction · 0.70
operationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected