MCPcopy Create free account
hub / github.com/git-bug/git-bug / TestOut

Struct TestOut

commands/execenv/env_testing.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31var _ Out = &TestOut{}
32
33type TestOut struct {
34 *bytes.Buffer
35 forceIsTerminal bool
36}
37
38func (te *TestOut) Printf(format string, a ...interface{}) {
39 _, _ = fmt.Fprintf(te.Buffer, format, a...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected