MCPcopy
hub / github.com/cli/cli / searcher

Struct searcher

pkg/search/searcher.go:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type searcher struct {
38 client *http.Client
39 detector fd.Detector
40 host string
41}
42
43type httpError struct {
44 Errors []httpErrorItem

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected