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

Function startWorker

tools/pythonauto/static/codemirror/codemirror.js:908–911  ·  view source on GitHub ↗
(cm, time)

Source from the content-addressed store, hash-verified

906 // HIGHLIGHT WORKER
907
908 function startWorker(cm, time) {
909 if (cm.doc.mode.startState && cm.doc.frontier < cm.display.showingTo)
910 cm.state.highlight.set(time, bind(highlightWorker, cm));
911 }
912
913 function highlightWorker(cm) {
914 var doc = cm.doc;

Callers 5

resetModeStateFunction · 0.70
updateDisplayInnerFunction · 0.70
highlightWorkerFunction · 0.70
setScrollTopFunction · 0.70

Calls 1

bindFunction · 0.70

Tested by

no test coverage detected