MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / clearTimeout

Function clearTimeout

tools/common/browser-stubs.js:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16};
17var setTimeout = function() { return 0; };
18var clearTimeout = function() {};
19var setInterval = function() { return 0; };
20var clearInterval = function() {};
21var requestAnimationFrame = function(fn) { fn(); return 0; };

Callers 15

cleanupMethod · 0.70
installMethod · 0.70
cleanupMethod · 0.50
installMethod · 0.50
FnFunction · 0.50
cleanupMethod · 0.50
installMethod · 0.50
cleanupMethod · 0.50
installMethod · 0.50
cleanupMethod · 0.50
installMethod · 0.50
cleanupMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected