Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dadi/api
/ clearDebounceTimer
Method
clearDebounceTimer
dadi/lib/workQueue.js:14–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
clearDebounceTimer() {
15
clearInterval(this.debounceTimer)
16
17
this.debounceTimer = undefined
18
}
19
20
dequeueBackgroundJob() {
21
if
(this.debounceTimer) {
Callers
2
dequeueBackgroundJob
Method · 0.95
startForegroundJob
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected