MCPcopy Create free account
hub / github.com/cli/cli / keyringServiceName

Function keyringServiceName

internal/config/config.go:577–579  ·  view source on GitHub ↗
(hostname string)

Source from the content-addressed store, hash-verified

575}
576
577func keyringServiceName(hostname string) string {
578 return "gh:" + hostname
579}
580
581type AliasConfig struct {
582 cfg *ghConfig.Config

Calls

no outgoing calls