MCPcopy
hub / github.com/cli/cli / Default

Function Default

internal/ghinstance/host.go:21–23  ·  view source on GitHub ↗

Default returns the host name of the default GitHub instance.

()

Source from the content-addressed store, hash-verified

19
20// Default returns the host name of the default GitHub instance.
21func Default() string {
22 return defaultHostname
23}
24
25// TenantName extracts the tenant name from tenancy host name and
26// reports whether it found the tenant name.

Callers 4

ResolverMethod · 0.92
promptForHostnameFunction · 0.92
viewRunFunction · 0.92
NewFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected