MCPcopy Index your code
hub / github.com/nikivdev/go / fullRef

Method fullRef

cli/flow/main.go:4896–4898  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4894}
4895
4896func (r remoteBranch) fullRef() string {
4897 return fmt.Sprintf("%s/%s", r.Remote, r.Name)
4898}
4899
4900func listRemoteBranches() ([]remoteBranch, error) {
4901 cmd := exec.Command("git", "for-each-ref", "--format=%(refname:short)", "refs/remotes")

Callers 1

runGitCheckoutRemoteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected