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

Method ActiveUser

pkg/cmd/auth/gitcredential/helper.go:18–18  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

16type config interface {
17 ActiveToken(string) (string, string)
18 ActiveUser(string) (string, error)
19}
20
21type CredentialOptions struct {

Callers 7

helperRunFunction · 0.65
TestSwitchRunFunction · 0.65
switchRunFunction · 0.65
refreshRunFunction · 0.65
Test_refreshRunFunction · 0.65
statusRunFunction · 0.65
logoutRunFunction · 0.65

Implementers 1

AuthConfiginternal/config/config.go

Calls

no outgoing calls

Tested by 2

TestSwitchRunFunction · 0.52
Test_refreshRunFunction · 0.52