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

Function shellFromConfig

js/script.js:777–779  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

775}
776
777function shellFromConfig(size) {
778 return shellTypes[shellNameSelector()](size);
779}
780
781//获取随机外壳,不包括处理密集型变体
782//注意,只有在配置中选择了“随机”shell时,这才是随机的。

Callers 3

launchShellFromConfigFunction · 0.85
seqRandomShellFunction · 0.85
seqTwoRandomFunction · 0.85

Calls 1

shellNameSelectorFunction · 0.85

Tested by

no test coverage detected