MCPcopy Index your code
hub / github.com/cli/cli / TrackingBranchNames

Method TrackingBranchNames

pkg/cmdutil/flags.go:49–49  ·  view source on GitHub ↗
(context.Context, string)

Source from the content-addressed store, hash-verified

47
48type gitClient interface {
49 TrackingBranchNames(context.Context, string) []string
50}
51
52// RegisterBranchCompletionFlags suggests and autocompletes known remote git branches for flags passed

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected