MCPcopy Create free account
hub / github.com/breck7/scroll / poll

Function poll

external/.scrollLibs.js:12252–12257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12250 }
12251
12252 function poll() {
12253 if (input.cm.state.focused) {
12254 input.pollSelection()
12255 input.polling.set(input.cm.options.pollInterval, poll)
12256 }
12257 }
12258 this.polling.set(this.cm.options.pollInterval, poll)
12259 }
12260

Callers

nothing calls this directly

Calls 2

operationFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected