MCPcopy
hub / github.com/cli/cli / isGarage

Function isGarage

internal/ghinstance/host.go:32–34  ·  view source on GitHub ↗
(h string)

Source from the content-addressed store, hash-verified

30}
31
32func isGarage(h string) bool {
33 return strings.EqualFold(h, "garage.github.com")
34}
35
36func HostnameValidator(hostname string) error {
37 if len(strings.TrimSpace(hostname)) < 1 {

Callers 3

GraphQLEndpointFunction · 0.85
RESTPrefixFunction · 0.85
GistHostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected