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

Struct Handler

pkg/cmd/attestation/io/handler.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Handler struct {
12 ColorScheme *iostreams.ColorScheme
13 IO *iostreams.IOStreams
14 debugEnabled bool
15}
16
17func NewHandler(io *iostreams.IOStreams) *Handler {
18 enabled, _ := utils.IsDebugEnabled()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected