MCPcopy 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
46func newAuthStatus() *authStatus {
47 return &authStatus{
48 Hosts: make(map[string][]authEntry),
49 }
50}
51
52var authStatusFields = []string{
53 "hosts",

Callers 1

statusRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected