Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/semaphoreui/semaphore
/ Pull
Method
Pull
db_lib/GitRepository.go:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(r GitRepository) Pull() error {
56
return
r.Client.Pull(r)
57
}
58
59
func
(r GitRepository) Checkout(target string) error {
60
return
r.Client.Checkout(r, target)
Callers
2
cloneInventoryRepo
Method · 0.95
updateRepository
Method · 0.95
Calls
1
Pull
Method · 0.65
Tested by
no test coverage detected