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

Function slowPoll

tools/pythonauto/static/codemirror/codemirror.js:1471–1477  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

1469 // INPUT HANDLING
1470
1471 function slowPoll(cm) {
1472 if (cm.display.pollingFast) return;
1473 cm.display.poll.set(cm.options.pollInterval, function() {
1474 readInput(cm);
1475 if (cm.state.focused) slowPoll(cm);
1476 });
1477 }
1478
1479 function fastPoll(cm) {
1480 var missed = false;

Callers 3

pFunction · 0.70
onFocusFunction · 0.70
rehideFunction · 0.70

Calls 1

readInputFunction · 0.70

Tested by

no test coverage detected