MCPcopy Index your code
hub / github.com/cli/cli / Client

Struct Client

git/client.go:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type Client struct {
53 GhPath string
54 RepoDir string
55 GitPath string
56 Stderr io.Writer
57 Stdin io.Reader
58 Stdout io.Writer
59
60 commandContext commandCtx
61 mu sync.Mutex
62}
63
64func (c *Client) Copy() *Client {
65 return &Client{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected