MCPcopy
hub / github.com/cli/cli / detector

Struct detector

internal/featuredetection/feature_detection.go:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153type detector struct {
154 host string
155 httpClient *http.Client
156}
157
158func NewDetector(httpClient *http.Client, host string) Detector {
159 return &detector{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected