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

Struct searcher

pkg/search/searcher.go:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected