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

Struct in

commands/execenv/env.go:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82type in struct {
83 io.Reader
84}
85
86func (i in) IsTerminal() bool {
87 if f, ok := i.Reader.(*os.File); ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected