MCPcopy Index your code
hub / github.com/DHTMLX/gantt / poll

Function poll

samples/common/codehighlight/codemirror.js:8974–8979  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8972 { runInOp(this.cm, function () { return input.cm.curOp.selectionChanged = true; }); }
8973
8974 function poll() {
8975 if (input.cm.state.focused) {
8976 input.pollSelection();
8977 input.polling.set(input.cm.options.pollInterval, poll);
8978 }
8979 }
8980 this.polling.set(this.cm.options.pollInterval, poll);
8981 };
8982

Callers

nothing calls this directly

Calls 1

operationFunction · 0.85

Tested by

no test coverage detected