Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mislav/hub
/ IsTerminal
Function
IsTerminal
ui/ui.go:71–73 ·
view source on GitHub ↗
(f *os.File)
Source
from the content-addressed store, hash-verified
69
}
70
71
func
IsTerminal(f *os.File) bool {
72
return
isatty.IsTerminal(f.Fd())
73
}
74
75
type
Console
struct
{
76
Stdout io.Writer
Callers
5
colorizeOutput
Function · 0.92
verboseLog
Function · 0.92
newHttpClient
Function · 0.92
reportCrash
Function · 0.92
PromptForPassword
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…