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

Function requestAnimationFrame

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

Source from the content-addressed store, hash-verified

253 },
254 clearInterval() {},
255 requestAnimationFrame(fn) {
256 if (typeof fn === 'function') {
257 fn(1);
258 }
259 return 1;
260 },
261 cancelAnimationFrame() {},
262 atob(value) {
263 return Buffer.from(String(value), 'base64').toString('binary');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected