MCPcopy Create free account
hub / github.com/NianBroken/Firework_Simulator / shellNameSelector

Function shellNameSelector

js/script.js:295–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293// Convert quality to number.
294const qualitySelector = () => +store.state.config.quality;
295const shellNameSelector = () => store.state.config.shell;
296// Convert shell size to number.
297const shellSizeSelector = () => +store.state.config.size;
298const finaleSelector = () => store.state.config.finale;

Callers 3

shellFromConfigFunction · 0.85
randomFastShellFunction · 0.85
launchShellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected