MCPcopy
hub / github.com/semaphoreui/semaphore / GetRemoteBranches

Method GetRemoteBranches

db_lib/GitRepository.go:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (r GitRepository) GetRemoteBranches() ([]string, error) {
80 return r.Client.GetRemoteBranches(r)
81}

Callers 1

GetRepositoryBranchesMethod · 0.95

Calls 1

GetRemoteBranchesMethod · 0.65

Tested by

no test coverage detected