MCPcopy Index your code
hub / github.com/cli/cli / UsersForHost

Method UsersForHost

pkg/cmd/auth/shared/login_flow.go:26–26  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

24type iconfig interface {
25 Login(string, string, string, string, bool) (bool, error)
26 UsersForHost(string) []string
27}
28
29type LoginOptions struct {

Callers 4

switchRunFunction · 0.65
LoginFunction · 0.65
statusRunFunction · 0.65
logoutRunFunction · 0.65

Implementers 1

AuthConfiginternal/config/config.go

Calls

no outgoing calls

Tested by

no test coverage detected