MCPcopy Index your code
hub / github.com/nwutils/nw-sample-apps / p

Function p

mini-code-edit/cm/lib/codemirror.js:838–844  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

836 var missed = false;
837 pollingFast = true;
838 function p() {
839 startOperation();
840 var changed = readInput();
841 if (!changed && !missed) {missed = true; poll.set(60, p);}
842 else {pollingFast = false; slowPoll();}
843 endOperation();
844 }
845 poll.set(20, p);
846 }
847

Callers

nothing calls this directly

Calls 4

startOperationFunction · 0.85
readInputFunction · 0.85
slowPollFunction · 0.85
endOperationFunction · 0.85

Tested by

no test coverage detected