(opts *ConvertOptions)
| 330 | } |
| 331 | |
| 332 | func isDefaultBranchProtected(opts *ConvertOptions) bool { |
| 333 | return slices.Contains(opts.GitProtectedBranchPatterns.Value, opts.GitBranch.Value) |
| 334 | } |
| 335 | |
| 336 | func promptProjectGitCredentials(opts *ConvertOptions) error { |
| 337 | if opts.GitUsername.Value == "" { |
no outgoing calls
no test coverage detected