(prefix string, idx int)
| 121 | ) |
| 122 | |
| 123 | func name(prefix string, idx int) string { |
| 124 | return fmt.Sprintf("%s%d", prefix, idx) |
| 125 | } |
| 126 | |
| 127 | func containerName(s string) string { |
| 128 | if opts.ContainerNames { |
no outgoing calls
no test coverage detected
searching dependent graphs…