MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / p

Function p

src/cm/codemirror.js:950–954  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

948 var missed = false;
949 pollingFast = true;
950 function p() {
951 var changed = readInput();
952 if (!changed && !missed) {missed = true; poll.set(60, p);}
953 else {pollingFast = false; slowPoll();}
954 }
955 poll.set(20, p);
956 }
957

Callers

nothing calls this directly

Calls 2

readInputFunction · 0.85
slowPollFunction · 0.85

Tested by

no test coverage detected