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

Function keyringServiceName

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

Source from the content-addressed store, hash-verified

569}
570
571func keyringServiceName(hostname string) string {
572 return "gh:" + hostname
573}
574
575type AliasConfig struct {
576 cfg *ghConfig.Config

Calls

no outgoing calls