MCPcopy Create free account
hub / github.com/AutoCodeStack/ios-device-farm /

Class

public/static/js/renderer/render.loop.js:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// RenderLoop to handle drawing frames onto the canvas
2class RenderLoop {
3 constructor(pipeline, canvas) {
4 this.timer = null;
5 this.pipeline = pipeline;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected