MCPcopy Create free account
hub / github.com/TruthHun/BookStack / p

Function p

static/mergely/lib/codemirror.js:1401–1405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1399 var missed = false, input = this;
1400 input.pollingFast = true;
1401 function p() {
1402 var changed = input.poll();
1403 if (!changed && !missed) {missed = true; input.polling.set(60, p);}
1404 else {input.pollingFast = false; input.slowPoll();}
1405 }
1406 input.polling.set(20, p);
1407 },
1408

Callers 2

kity.min.jsFile · 0.50

Calls 1

setMethod · 0.45

Tested by

no test coverage detected