Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/material-shell/material-shell
/ clearAllPendingTimeout
Method
clearAllPendingTimeout
src/utils/async.ts:27–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
static clearAllPendingTimeout() {
28
for
(
const
timeoutId of this.timeoutIdList) {
29
this.clearTimeoutId(timeoutId);
30
}
31
}
32
}
33
34
/** Debounces a given
function
*/
Callers
1
disable
Method · 0.80
Calls
1
clearTimeoutId
Method · 0.95
Tested by
no test coverage detected