MCPcopy
hub / github.com/docker/compose / makeColorFunc

Function makeColorFunc

cmd/formatter/colors.go:109–113  ·  view source on GitHub ↗
(code string)

Source from the content-addressed store, hash-verified

107}
108
109func makeColorFunc(code string) colorFunc {
110 return func(s string) string {
111 return ansiColor(code, s)
112 }
113}
114
115var (
116 nextColor = rainbowColor

Callers 2

registerMethod · 0.85
initFunction · 0.85

Calls 1

ansiColorFunction · 0.85

Tested by

no test coverage detected