MCPcopy
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
55func (r GitRepository) Pull() error {
56 return r.Client.Pull(r)
57}
58
59func (r GitRepository) Checkout(target string) error {
60 return r.Client.Checkout(r, target)

Callers 2

cloneInventoryRepoMethod · 0.95
updateRepositoryMethod · 0.95

Calls 1

PullMethod · 0.65

Tested by

no test coverage detected