(i int)
| 132 | } |
| 133 | |
| 134 | func toPort(i int) string { |
| 135 | if opts.ExposePorts { |
| 136 | return fmt.Sprintf("%d:%d", i, i) |
| 137 | } |
| 138 | return fmt.Sprintf("%d", i) |
| 139 | } |
| 140 | |
| 141 | func getOffset(idx int) int { |
| 142 | if !opts.ExposePorts { |
no outgoing calls
no test coverage detected
searching dependent graphs…