Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
type
searcher
struct
{
38
client *http.Client
39
detector fd.Detector
40
host string
41
}
42
43
type
httpError
struct
{
44
Errors []httpErrorItem
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected