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

Method loop

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

Source from the content-addressed store, hash-verified

1135 this.output.update();
1136 }
1137 loop() {
1138 if (!this.running) return;
1139 this.render();
1140 rafRef.current = requestAnimationFrame(this._loop);
1141 }
1142 start() {
1143 if (this.running) return;
1144 this.running = true;

Callers

nothing calls this directly

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected