MCPcopy 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

disableMethod · 0.80

Calls 1

clearTimeoutIdMethod · 0.95

Tested by

no test coverage detected