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

Function NewTestHandler

pkg/cmd/attestation/io/handler.go:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func NewTestHandler() *Handler {
28 testIO, _, _, _ := iostreams.Test()
29 return NewHandler(testIO)
30}
31
32// Printf writes the formatted arguments to the stderr writer.
33func (h *Handler) Printf(f string, v ...interface{}) (int, error) {

Calls 2

TestFunction · 0.92
NewHandlerFunction · 0.85