MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / p

Method p

lib/web/CodeMirror/src/input/TextareaInput.js:210–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 let missed = false, input = this
209 input.pollingFast = true
210 function p() {
211 let changed = input.poll()
212 if (!changed && !missed) {missed = true; input.polling.set(60, p)}
213 else {input.pollingFast = false; input.slowPoll()}
214 }
215 input.polling.set(20, p)
216 }
217

Callers

nothing calls this directly

Calls 3

slowPollMethod · 0.80
setMethod · 0.65
pollMethod · 0.45

Tested by

no test coverage detected