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

Method With

internal/tui/colors.go:23–25  ·  view source on GitHub ↗
(_ ...aec.ANSI)

Source from the content-addressed store, hash-verified

21type noColor struct{}
22
23func (a noColor) With(_ ...aec.ANSI) aec.ANSI {
24 return a
25}
26
27func (noColor) Apply(s string) string {
28 return s

Callers 1

printChildrenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected