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

Method run

public/static/js/renderer/render.loop.js:23–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 run() {
24 const frame = this.pipeline.consume();
25 if (frame) {
26 this.context.clearRect(0, 0, this.canvas.width, this.canvas.height);
27 this.context.drawImage(frame.image, 0, 0, this.canvas.width, this.canvas.height);
28 }
29 this.next();
30 }
31}

Callers 1

nextMethod · 0.95

Calls 2

nextMethod · 0.95
consumeMethod · 0.45

Tested by

no test coverage detected