(dep models.Dependency)
| 31 | } |
| 32 | |
| 33 | func UpdateCacheNative(dep models.Dependency) *git2.Repository { |
| 34 | getWrapperFetch(dep) |
| 35 | return GetRepository(dep) |
| 36 | } |
| 37 | |
| 38 | func getWrapperClone(dep models.Dependency) { |
| 39 | checkHasGitClient() |
no test coverage detected