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

Function startWorker

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

Source from the content-addressed store, hash-verified

1849 options.onHighlightComplete(instance);
1850 }
1851 function startWorker(time) {
1852 if (!work.length) return;
1853 highlight.set(time, operation(highlightWorker));
1854 }
1855
1856 // Operations are used to wrap changes in such a way that each
1857 // change won't have to update the cursor and display (which would

Callers 3

updateLinesNoUndoFunction · 0.85
loadModeFunction · 0.85
highlightWorkerFunction · 0.85

Calls 1

operationFunction · 0.85

Tested by

no test coverage detected