(spec *oci.Spec)
| 89 | } |
| 90 | |
| 91 | func InspectContainerCommandTrunc(spec *oci.Spec) string { |
| 92 | return InspectContainerCommand(spec, true, true) |
| 93 | } |
| 94 | |
| 95 | func Ellipsis(str string, maxDisplayWidth int) string { |
| 96 | if maxDisplayWidth <= 0 { |
no test coverage detected
searching dependent graphs…