MCPcopy Index your code
hub / github.com/cli/cli / IsColorEnabled

Method IsColorEnabled

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

Source from the content-addressed store, hash-verified

40type term interface {
41 IsTerminalOutput() bool
42 IsColorEnabled() bool
43 Is256ColorSupported() bool
44 IsTrueColorSupported() bool
45 Theme() string

Callers 1

ColorEnabledMethod · 0.65

Implementers 1

fakeTermpkg/iostreams/iostreams.go

Calls

no outgoing calls

Tested by

no test coverage detected