MCPcopy Create free account
hub / github.com/JordanCoin/codemap / runBlastRadiusSubcommand

Function runBlastRadiusSubcommand

blast_radius.go:163–167  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

161}
162
163func runBlastRadiusSubcommand(args []string) {
164 if code := executeBlastRadiusSubcommand(args); code != 0 {
165 os.Exit(code)
166 }
167}
168
169func executeBlastRadiusSubcommand(args []string) int {
170 limits := defaultBlastRadiusLimits()

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected