MCPcopy
hub / github.com/cli/cli / ColorEnabled

Method ColorEnabled

pkg/iostreams/iostreams.go:89–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (s *IOStreams) ColorEnabled() bool {
90 if s.colorOverride {
91 return s.colorEnabled
92 }
93 return s.term.IsColorEnabled()
94}
95
96func (s *IOStreams) ColorSupport256() bool {
97 if s.colorOverride {

Callers 11

DetectTerminalThemeMethod · 0.95
ColorSchemeMethod · 0.95
MainFunction · 0.95
WriteMethod · 0.80
HttpClientFuncFunction · 0.80
plainHttpClientFuncFunction · 0.80
externalHttpClientFuncFunction · 0.80
apiRunFunction · 0.80
processResponseFunction · 0.80
NewCmdDiffFunction · 0.80

Calls 1

IsColorEnabledMethod · 0.65

Tested by 1