Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
118
type
cfg
struct
{
119
token string
120
}
121
122
func
(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