(s string)
| 125 | } |
| 126 | |
| 127 | func containerName(s string) string { |
| 128 | if opts.ContainerNames { |
| 129 | return s |
| 130 | } |
| 131 | return "" |
| 132 | } |
| 133 | |
| 134 | func toPort(i int) string { |
| 135 | if opts.ExposePorts { |
no outgoing calls
no test coverage detected
searching dependent graphs…