MCPcopy Create free account
hub / github.com/docker/cli / imageChip

Struct imageChip

cli/command/image/tree.go:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type imageChip struct {
190 desc string
191 fg, bg int
192 letter string
193 check func(*imageDetails) bool
194}
195
196func (c imageChip) String(isTerm bool) string {
197 return tui.Str{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected