MCPcopy
hub / github.com/cli/cli / keyringServiceName

Function keyringServiceName

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

Source from the content-addressed store, hash-verified

512}
513
514func keyringServiceName(hostname string) string {
515 return "gh:" + hostname
516}
517
518type AliasConfig struct {
519 cfg *ghConfig.Config

Calls

no outgoing calls