Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
777
function
shellFromConfig(size) {
778
return
shellTypes[shellNameSelector()](size);
779
}
780
781
//获取随机外壳,不包括处理密集型变体
782
//注意,只有在配置中选择了“随机”shell时,这才是随机的。
Callers
3
launchShellFromConfig
Function · 0.85
seqRandomShell
Function · 0.85
seqTwoRandom
Function · 0.85
Calls
1
shellNameSelector
Function · 0.85
Tested by
no test coverage detected