MCPcopy Index your code
hub / github.com/nodejs/node / scheduleIconAnimation

Function scheduleIconAnimation

deps/v8/tools/link_clicker.extension/background.js:66–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 function scheduleIconAnimation() {
67 chrome.browserAction.setBadgeText( { text: "" } );
68 clearInterval(animateIconIntervalId);
69 if (enabled) {
70 animateIconIntervalId = setInterval(animateIcon, 500);
71 }
72 }
73
74})();

Callers 1

updateFromMessageFunction · 0.85

Calls 2

clearIntervalFunction · 0.85
setIntervalFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…