Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
79
func
(r GitRepository) GetRemoteBranches() ([]string, error) {
80
return
r.Client.GetRemoteBranches(r)
81
}
Callers
1
GetRepositoryBranches
Method · 0.95
Calls
1
GetRemoteBranches
Method · 0.65
Tested by
no test coverage detected