MCPcopy Create free account
hub / github.com/HashLoad/boss / UpdateCacheNative

Function UpdateCacheNative

core/gitWrapper/git_native.go:33–36  ·  view source on GitHub ↗
(dep models.Dependency)

Source from the content-addressed store, hash-verified

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

Callers 1

UpdateCacheFunction · 0.85

Calls 2

getWrapperFetchFunction · 0.85
GetRepositoryFunction · 0.85

Tested by

no test coverage detected