MCPcopy Create free account
hub / github.com/xerrors/Yuxi / stopPolling

Function stopPolling

web/src/stores/tasker.js:182–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181
182 function stopPolling() {
183 if (pollingTimer) {
184 clearInterval(pollingTimer)
185 pollingTimer = null
186 }
187 }
188
189 function reset() {
190 stopPolling()

Callers 1

resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected