MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / p

Function p

static/js/codemirror/codemirror.js:1332–1336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1330 var missed = false;
1331 cm.display.pollingFast = true;
1332 function p() {
1333 var changed = readInput(cm);
1334 if (!changed && !missed) {missed = true; cm.display.poll.set(60, p);}
1335 else {cm.display.pollingFast = false; slowPoll(cm);}
1336 }
1337 cm.display.poll.set(20, p);
1338 }
1339

Callers

nothing calls this directly

Calls 3

readInputFunction · 0.85
slowPollFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected