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

Struct cfg

internal/authflow/flow.go:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118type cfg struct {
119 token string
120}
121
122func (c cfg) ActiveToken(hostname string) (string, string) {
123 return c.token, "oauth_token"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected