()
| 74 | } |
| 75 | |
| 76 | func (flow *GitCredentialFlow) ShouldSetup() bool { |
| 77 | return flow.shouldSetup |
| 78 | } |
| 79 | |
| 80 | func (flow *GitCredentialFlow) Setup(hostname, username, authToken string) error { |
| 81 | // If there is no credential helper configured then we will set ourselves up as |
no outgoing calls
no test coverage detected