MCPcopy Create free account
hub / github.com/coder/envbuilder / CloneRepoOptions

Struct CloneRepoOptions

git/git.go:31–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type CloneRepoOptions struct {
32 Path string
33 Storage billy.Filesystem
34
35 RepoURL string
36 RepoAuth transport.AuthMethod
37 Progress sideband.Progress
38 Insecure bool
39 SingleBranch bool
40 ThinPack bool
41 Depth int
42 CABundle []byte
43 ProxyOptions transport.ProxyOptions
44}
45
46// CloneRepo will clone the repository at the given URL into the given path.
47// If a repository is already initialized at the given path, it will not

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected