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

Method Copy

git/client.go:65–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (c *Client) Copy() *Client {
66 return &Client{
67 GhPath: c.GhPath,
68 RepoDir: c.RepoDir,
69 GitPath: c.GitPath,
70 Stderr: c.Stderr,
71 Stdin: c.Stdin,
72 Stdout: c.Stdout,
73
74 commandContext: c.commandContext,
75 }
76}
77
78func (c *Client) Command(ctx context.Context, args ...string) (*Command, error) {
79 if c.RepoDir != "" {

Callers 14

UpsertDimensionsMethod · 0.45
UpsertMeasuresMethod · 0.45
NewServiceFunction · 0.45
FinishMethod · 0.45
UpsertDimensionsMethod · 0.45
UpsertMeasuresMethod · 0.45
SpawnSendTelemetryFunction · 0.45
extractZipFileFunction · 0.45
getLatestReleaseInfoFunction · 0.45
ForwardPortToListenerMethod · 0.45
Test_RepoMilestonesFunction · 0.45

Calls

no outgoing calls

Tested by 1

Test_RepoMilestonesFunction · 0.36