MCPcopy Create free account
hub / github.com/containerd/nerdctl / InspectContainerCommandTrunc

Function InspectContainerCommandTrunc

pkg/formatter/formatter.go:91–93  ·  view source on GitHub ↗
(spec *oci.Spec)

Source from the content-addressed store, hash-verified

89}
90
91func InspectContainerCommandTrunc(spec *oci.Spec) string {
92 return InspectContainerCommand(spec, true, true)
93}
94
95func Ellipsis(str string, maxDisplayWidth int) string {
96 if maxDisplayWidth <= 0 {

Callers 1

Calls 1

InspectContainerCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…