MCPcopy
hub / github.com/cli/cli / CurrentBranch

Method CurrentBranch

pkg/cmd/repo/sync/git.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10type gitClient interface {
11 CurrentBranch() (string, error)
12 UpdateBranch(string, string) error
13 CreateBranch(string, string, string) error
14 Fetch(string, string) error

Callers 6

branchFuncFunction · 0.65
checkRunFunction · 0.65
CurrentBranchMethod · 0.65
executeLocalRepoSyncFunction · 0.65
runPublishReleaseFunction · 0.65
ensurePushedFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected