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

Function setInterval

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

Source from the content-addressed store, hash-verified

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

Callers 2

panel.jsFile · 0.50
server.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected