Cloner is a function that can clone a git repo.
func(repoSpec *git.RepoSpec) error
| 106 | |
| 107 | // Cloner is a function that can clone a git repo. |
| 108 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected