Default returns the host name of the default GitHub instance.
()
| 19 | |
| 20 | // Default returns the host name of the default GitHub instance. |
| 21 | func 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. |
no outgoing calls
no test coverage detected