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

Method VerbosePrintf

pkg/cmd/attestation/io/handler.go:64–69  ·  view source on GitHub ↗
(f string, v ...interface{})

Source from the content-addressed store, hash-verified

62}
63
64func (h *Handler) VerbosePrintf(f string, v ...interface{}) (int, error) {
65 if !h.debugEnabled || !h.IO.IsStdoutTTY() {
66 return 0, nil
67 }
68 return fmt.Fprintf(h.IO.ErrOut, f, v...)
69}
70
71func (h *Handler) PrintBulletPoints(rows [][]string) (int, error) {
72 if !h.IO.IsStdoutTTY() {

Callers 7

NewLiveSigstoreVerifierFunction · 0.80
verifyMethod · 0.80
VerifyMethod · 0.80
GetByDigestMethod · 0.80
getBundleMethod · 0.80
runDownloadFunction · 0.80

Calls 1

IsStdoutTTYMethod · 0.80

Tested by

no test coverage detected