Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
97
type
out
struct
{
98
io.Writer
99
}
100
101
func
(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