MCPcopy Index your code
hub / github.com/git-bug/git-bug / out

Struct out

commands/execenv/env.go:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97type out struct {
98 io.Writer
99}
100
101func (o out) Printf(format string, a ...interface{}) {
102 _, _ = fmt.Fprintf(o, format, a...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected