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

Method start

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

Source from the content-addressed store, hash-verified

1140 rafRef.current = requestAnimationFrame(this._loop);
1141 }
1142 start() {
1143 if (this.running) return;
1144 this.running = true;
1145 this._loop();
1146 }
1147 pause() {
1148 this.running = false;
1149 if (rafRef.current) {

Callers 3

constructorMethod · 0.95
LiquidEtherFunction · 0.95
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected