MCPcopy
hub / github.com/csev/py4e / startWorker

Function startWorker

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:2051–2054  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

2049 options.onHighlightComplete(instance);
2050 }
2051 function startWorker(time) {
2052 if (!work.length) return;
2053 highlight.set(time, operation(highlightWorker));
2054 }
2055
2056 // Operations are used to wrap changes in such a way that each
2057 // change won't have to update the cursor and display (which would

Callers 3

updateLinesNoUndoFunction · 0.70
loadModeFunction · 0.70
highlightWorkerFunction · 0.70

Calls 1

operationFunction · 0.70

Tested by

no test coverage detected