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

Function finaleSelector

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

Source from the content-addressed store, hash-verified

296// Convert shell size to number.
297const shellSizeSelector = () => +store.state.config.size;
298const finaleSelector = () => store.state.config.finale;
299const skyLightingSelector = () => +store.state.config.skyLighting;
300const scaleFactorSelector = () => store.state.config.scaleFactor;
301

Callers 1

startSequenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected