MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / setInterval

Function setInterval

app/services/tdc_vm_runner.cjs:246–253  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

244 },
245 clearTimeout() {},
246 setInterval(fn) {
247 if (typeof fn === 'function') {
248 try {
249 fn();
250 } catch (_) {}
251 }
252 return 1;
253 },
254 clearInterval() {},
255 requestAnimationFrame(fn) {
256 if (typeof fn === 'function') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected