Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ Client
Struct
Client
api/client.go:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
type
Client
struct
{
35
http *http.Client
36
}
37
38
func
(c *Client) HTTP() *http.Client {
39
return
c.http
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected