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

Method ActiveUser

internal/gh/gh.go:129–129  ·  view source on GitHub ↗

ActiveUser will retrieve the username for the active user at the given hostname. This will not be accurate if the oauth token is set from an environment variable.

(hostname string)

Source from the content-addressed store, hash-verified

127 //
128 // This will not be accurate if the oauth token is set from an environment variable.
129 ActiveUser(hostname string) (username string, err error)
130
131 // Hosts retrieves a list of known hosts.
132 Hosts() []string

Implementers 1

AuthConfiginternal/config/config.go

Calls

no outgoing calls