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