Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
type
noColor
struct
{}
22
23
func
(a noColor) With(_ ...aec.ANSI) aec.ANSI {
24
return
a
25
}
26
27
func
(noColor) Apply(s string) string {
28
return
s
Callers
1
printChildren
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected