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

Struct detector

internal/featuredetection/feature_detection.go:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected