Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ tick
Method
tick
dashboard/graph/src/simulation.ts:35–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
/** Cooling factor in [0, 1]; the sim is asleep below ALPHA_MIN. */
34
alpha: number;
35
tick(): void;
36
/** Reheats the simulation (e.g. after expansion or drag release). */
37
reheat(target?: number): void;
38
isActive(): boolean;
Callers
3
run
Function · 0.80
step
Function · 0.80
frame
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected