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

Struct detector

internal/featuredetection/feature_detection.go:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177type detector struct {
178 host string
179 httpClient *http.Client
180}
181
182func NewDetector(httpClient *http.Client, host string) Detector {
183 return &detector{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected