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

Method hostname

pkg/cmd/status/status.go:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199}
200
201func (s *StatusGetter) hostname() string {
202 return s.host
203}
204
205func (s *StatusGetter) CachedClient(ttl time.Duration) *http.Client {
206 return s.cachedClient(s.Client, ttl)

Callers 5

CurrentUsernameMethod · 0.95
ActualMentionMethod · 0.95
LoadNotificationsMethod · 0.95
LoadSearchResultsMethod · 0.95
LoadEventsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected