MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / render

Method render

components/liquid-ether.tsx:1131–1136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1129 this.output.resize();
1130 }
1131 render() {
1132 if (this.autoDriver) this.autoDriver.update();
1133 Mouse.update();
1134 Common.update();
1135 this.output.update();
1136 }
1137 loop() {
1138 if (!this.running) return;
1139 this.render();

Callers 1

loopMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected