MCPcopy
hub / github.com/cli/cli / Clone

Method Clone

pkg/cmd/extension/git.go:11–11  ·  view source on GitHub ↗
(cloneURL string, args []string)

Source from the content-addressed store, hash-verified

9type gitClient interface {
10 CheckoutBranch(branch string) error
11 Clone(cloneURL string, args []string) (string, error)
12 CommandOutput(args []string) ([]byte, error)
13 Config(name string) (string, error)
14 Fetch(remote string, refspec string) error

Callers 14

printHumanViewFunction · 0.65
printRawCommentsFunction · 0.65
printHumanCommentFunction · 0.65
labelListFunction · 0.65
printRawRepliesFunction · 0.65
editRunFunction · 0.65
cloneRunFunction · 0.65
cloneRunFunction · 0.65
forkRunFunction · 0.65
cloneWithRetryFunction · 0.65
populateLogSegmentsFunction · 0.65
CloneMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected