MCPcopy Create free account
hub / github.com/plotly/plotly.js / _clearTimeout

Function _clearTimeout

src/lib/throttle.js:88–93  ·  view source on GitHub ↗
(cache)

Source from the content-addressed store, hash-verified

86};
87
88function _clearTimeout(cache) {
89 if(cache && cache.timer !== null) {
90 clearTimeout(cache.timer);
91 cache.timer = null;
92 }
93}

Callers 1

throttle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…