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

Method hostname

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

Source from the content-addressed store, hash-verified

200}
201
202func (s *StatusGetter) hostname() string {
203 return s.host
204}
205
206func (s *StatusGetter) CachedClient(ttl time.Duration) *http.Client {
207 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