Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ newAuthStatus
Function
newAuthStatus
pkg/cmd/auth/status/status.go:46–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
newAuthStatus() *authStatus {
47
return
&authStatus{
48
Hosts: make(
map
[string][]authEntry),
49
}
50
}
51
52
var
authStatusFields = []string{
53
"hosts"
,
Callers
1
statusRun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected