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

Struct TestIn

commands/execenv/env_testing.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16var _ In = &TestIn{}
17
18type TestIn struct {
19 *bytes.Buffer
20 forceIsTerminal bool
21}
22
23func (t *TestIn) IsTerminal() bool {
24 return t.forceIsTerminal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected