(command string, exitCode int)
| 414 | if _, err := rand.Read(b); err != nil { |
| 415 | return fmt.Sprintf("%d", time.Now().UnixNano()) |
| 416 | } |
| 417 | return hex.EncodeToString(b) |
| 418 | } |
| 419 | |
| 420 | func formatBackgroundExitCode(command string, exitCode int) string { |
| 421 | return FormatExitCode(command, exitCode) |
nothing calls this directly
no test coverage detected