MCPcopy
hub / github.com/kptdev/kpt / Cloner

FuncType Cloner

internal/util/get/get.go:108–108  ·  view source on GitHub ↗

Cloner is a function that can clone a git repo.

func(repoSpec *git.RepoSpec) error

Source from the content-addressed store, hash-verified

106
107// Cloner is a function that can clone a git repo.
108type Cloner func(repoSpec *git.RepoSpec) error
109
110// ClonerUsingGitExec uses a local git install, as opposed
111// to say, some remote API, to obtain a local clone of

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected