Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOrcDev/github-creature
/ forceStop
Method
forceStop
components/liquid-ether.tsx:378–381 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
376
);
377
}
378
forceStop() {
379
this.active = false;
380
this.mouse.isAutoActive = false;
381
}
382
update() {
383
if (!this.enabled) return;
384
const now = performance.now();
Callers
2
update
Method · 0.95
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected