MCPcopy
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
34type Client struct {
35 http *http.Client
36}
37
38func (c *Client) HTTP() *http.Client {
39 return c.http

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected