Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
var
_ In = &TestIn{}
17
18
type
TestIn
struct
{
19
*bytes.Buffer
20
forceIsTerminal bool
21
}
22
23
func
(t *TestIn) IsTerminal() bool {
24
return
t.forceIsTerminal
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected