MCPcopy
hub / github.com/cli/cli / hostname

Method hostname

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

Source from the content-addressed store, hash-verified

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